Skip to content

Commit

Permalink
Updates podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Sep 27, 2016
1 parent 6ca526f commit f95812d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions waterwheel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Pod::Spec.new do |s|
s.prefix_header_contents = pch_W

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

s.osx.exclude_files = 'Sources/iOS'
s.watchos.exclude_files = 'Sources/iOS'

s.license = { :type => 'MPL 1.1/GPL 2.0', :file => "LICENSE" }
s.dependency 'Alamofire', '~> 4.0'
s.dependency 'ObjectMapper', '~> 2.0'
s.dependency 'SwiftyJSON', '~> 3.1'
s.dependency 'SwiftyJSON', '3.1.0'
s.dependency 'SwiftyUserDefaults'
end

0 comments on commit f95812d

Please sign in to comment.