Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Oct 9, 2016
1 parent a59f349 commit 7bc1d21
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions RxKeyboard.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'RxKeyboard'
s.version = '0.1.0'
s.summary = 'Reactive Keyboard in iOS'
s.homepage = 'https://github.com/devxoul/RxKeyboard'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Suyeol Jeon' => 'devxoul@gmail.com' }
s.source = { :git => 'https://github.com/devxoul/RxKeyboard.git',
:tag => s.version.to_s }
s.source_files = 'Sources/*.swift'
s.frameworks = 'UIKit', 'Foundation'
s.requires_arc = true

s.dependency 'RxSwift', '= 3.0.0-beta.2'
s.dependency 'RxCocoa', '= 3.0.0-beta.2'

s.ios.deployment_target = '8.0'

s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0'
}
end

0 comments on commit 7bc1d21

Please sign in to comment.