Skip to content

Commit 17217f6

Browse files
committed
Pod spec updated
1 parent 1dbc79f commit 17217f6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

HapticHelper.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "HapticHelper"
12-
s.version = "1.0.0"
12+
s.version = "1.0.1"
1313
s.summary = "UIFeedbackGenerator Helper"
1414
s.homepage = "https://github.com/emreyanik/HapticHelper"
1515
s.license = { :type => "MIT", :file => "LICENSE" }
1616
s.author = { "Emre YANIK" => "emreyanik89@gmail.com" }
1717
s.source = { :git => "https://github.com/emreyanik/HapticHelper.git", :tag => s.version.to_s }
1818
s.source_files = "HapticHelper/*.{h,m}"
1919
s.public_header_files = "HapticHelper/*.h"
20-
s.platform = :ios, "10.0"
2120

2221
end

0 commit comments

Comments
 (0)