Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar committed Feb 13, 2016
1 parent 99582bb commit 97bd617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions IQKeyboardManager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v4.0.0" }
s.source_files = 'IQKeyBoardManager/**/*.{h,m}'
s.resources = "IQKeyBoardManager/Resources/IQKeyboardManager.bundle"
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics'
s.requires_arc = true
end
1 change: 1 addition & 0 deletions IQKeyboardManagerSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/hackiftekhar/IQKeyboardManager.git", :tag => "v4.0.0" }
s.source_files = 'IQKeyboardManagerSwift/**/*.{swift}'
s.resources = "IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle"
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics'
s.requires_arc = true
end

0 comments on commit 97bd617

Please sign in to comment.