We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9564b83 commit bc1f1efCopy full SHA for bc1f1ef
.travis.yml
@@ -1,8 +1,5 @@
1
language: objective-c
2
-osx_image: xcode7
3
-before_install:
4
-- gem install cocoapods --no-document
5
-- gem install xcpretty --no-document
+osx_image: xcode7.2
6
script:
7
- set -o pipefail
8
- git submodule update --init --recursive
JSONWebToken.podspec
@@ -9,6 +9,7 @@ Pod::Spec.new do |spec|
9
spec.source_files = 'Sources/*.swift'
10
spec.ios.deployment_target = '8.0'
11
spec.osx.deployment_target = '10.9'
12
+ spec.tvos.deployment_target = '9.0'
13
spec.requires_arc = true
14
spec.dependency 'CryptoSwift', '0.2.2'
15
spec.module_name = 'JWT'
0 commit comments