Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tokijh committed Aug 14, 2018
1 parent 8216671 commit b8ab7a3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions RxSwiftExtensions.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "RxSwiftExtensions"
s.version = "1.0.0"
s.summary = "Frequently used extensoins in RxSwift"
s.homepage = "https://github.com/tokijh/RxSwiftExtensions"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "tokijh" => "tokijh@naver.com" }
s.source = { :git => "https://github.com/tokijh/RxSwiftExtensions.git",
:tag => s.version.to_s }
s.source_files = "Source/*swift"
s.frameworks = "Foundation"
s.dependency "RxSwift", ">= 4.0"
s.dependency "RxCocoa", ">= 4.0"
s.dependency "RxOptional", ">= 3.5"

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.11"
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
end

0 comments on commit b8ab7a3

Please sign in to comment.