Skip to content

Commit

Permalink
Podspec fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sinarionn committed Dec 7, 2017
1 parent 346d400 commit 3131d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AppRouter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Pod::Spec.new do |s|
end

s.subspec 'RxSwift' do |rxswift|
rxswift.ios.deployment_target = "8.0"
rxswift.osx.deployment_target = "10.10"
rxswift.dependency 'RxSwift', '~> 4.0'
rxswift.source_files = 'Sources/RxSwift/*.swift'
Expand Down

0 comments on commit 3131d6f

Please sign in to comment.