1 parent 1dbc79f commit 17217f6Copy full SHA for 17217f6
1 file changed
HapticHelper.podspec
@@ -9,14 +9,13 @@
9
Pod::Spec.new do |s|
10
11
s.name = "HapticHelper"
12
- s.version = "1.0.0"
+ s.version = "1.0.1"
13
s.summary = "UIFeedbackGenerator Helper"
14
s.homepage = "https://github.com/emreyanik/HapticHelper"
15
s.license = { :type => "MIT", :file => "LICENSE" }
16
s.author = { "Emre YANIK" => "emreyanik89@gmail.com" }
17
s.source = { :git => "https://github.com/emreyanik/HapticHelper.git", :tag => s.version.to_s }
18
s.source_files = "HapticHelper/*.{h,m}"
19
s.public_header_files = "HapticHelper/*.h"
20
- s.platform = :ios, "10.0"
21
22
end
0 commit comments