Skip to content

Commit

Permalink
Make minimum deployment target the same as in Alamofire
Browse files Browse the repository at this point in the history
  • Loading branch information
sergdort committed Nov 24, 2016
1 parent 7d17acc commit d447228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RxAlamofire.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'RxAlamofire'

s.version = '3.0.0'
s.version = '3.0.2'
s.license = 'MIT'
s.summary = 'RxSwift wrapper around the elegant HTTP networking in Swift Alamofire'
s.homepage = 'https://github.com/RxSwiftCommunity/RxAlamofire'
s.authors = { 'Junior B.' => 'info@bonto.ch' }
s.source = { :git => 'https://github.com/RxSwiftCommunity/RxAlamofire.git', :tag => s.version }

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

Expand Down

0 comments on commit d447228

Please sign in to comment.