Skip to content

Commit bc1f1ef

Browse files
maxfellkylef
authored andcommitted
[podspec] Add tvos deployment target
1 parent 9564b83 commit bc1f1ef

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: objective-c
2-
osx_image: xcode7
3-
before_install:
4-
- gem install cocoapods --no-document
5-
- gem install xcpretty --no-document
2+
osx_image: xcode7.2
63
script:
74
- set -o pipefail
85
- git submodule update --init --recursive

JSONWebToken.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.source_files = 'Sources/*.swift'
1010
spec.ios.deployment_target = '8.0'
1111
spec.osx.deployment_target = '10.9'
12+
spec.tvos.deployment_target = '9.0'
1213
spec.requires_arc = true
1314
spec.dependency 'CryptoSwift', '0.2.2'
1415
spec.module_name = 'JWT'

0 commit comments

Comments
 (0)