Skip to content

Commit

Permalink
Pod spec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
emreyanik committed Apr 19, 2017
1 parent 1dbc79f commit 17217f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HapticHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
Pod::Spec.new do |s|

s.name = "HapticHelper"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "UIFeedbackGenerator Helper"
s.homepage = "https://github.com/emreyanik/HapticHelper"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Emre YANIK" => "[email protected]" }
s.source = { :git => "https://github.com/emreyanik/HapticHelper.git", :tag => s.version.to_s }
s.source_files = "HapticHelper/*.{h,m}"
s.public_header_files = "HapticHelper/*.h"
s.platform = :ios, "10.0"

end

0 comments on commit 17217f6

Please sign in to comment.