Skip to content

Commit daaef5c

Browse files
authored
Merge pull request #43 from Joe-Spectrum/updateSpecFortvOS
Update podSpec to specify tvOS support
2 parents 605112a + 6c483b8 commit daaef5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EnvoyAmbassador.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Pod::Spec.new do |spec|
99
spec.social_media_url = 'https://twitter.com/fangpenlin'
1010
spec.ios.deployment_target = '8.0'
1111
spec.osx.deployment_target = '10.10'
12+
spec.tvos.deployment_target = '11.0'
1213
spec.source = {
1314
git: 'https://github.com/envoy/Ambassador.git',
1415
tag: "v#{spec.version}"

0 commit comments

Comments
 (0)