Skip to content

Commit

Permalink
Adding tvos support for 'Swift' subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelpantus committed Nov 3, 2015
1 parent e9da2f4 commit 9c4c0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OHHTTPStubs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Pod::Spec.new do |s|
s.subspec 'Swift' do |swift|
swift.ios.deployment_target = '8.0'
swift.osx.deployment_target = '10.9'
swift.tvos.deployment_target = '9.0'

swift.dependency 'OHHTTPStubs/Core'
swift.source_files = "OHHTTPStubs/Sources/Swift/*.swift"
Expand Down

0 comments on commit 9c4c0be

Please sign in to comment.