Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #163 from michallaskowski/add-tvos-support-to-podspec
Browse files Browse the repository at this point in the history
Add tvOS support in .podspec
  • Loading branch information
nscoding committed May 16, 2016
2 parents b898c25 + 2379776 commit 53f4e19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions FBSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ Pod::Spec.new do |s|
s.author = 'Facebook'
s.source = { :git => "https://github.com/facebook/ios-snapshot-test-case.git",
:tag => s.version.to_s }
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.frameworks = 'XCTest','UIKit','Foundation','QuartzCore'
s.frameworks = 'XCTest','UIKit','Foundation','QuartzCore'
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
s.default_subspecs = 'SwiftSupport'
s.subspec 'Core' do |cs|
Expand Down

0 comments on commit 53f4e19

Please sign in to comment.