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 ed2159a commit a012020Copy full SHA for a012020
JSONWebToken.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
8
spec.social_media_url = 'http://twitter.com/kylefuller'
9
spec.source = { :git => 'https://github.com/kylef/JSONWebToken.swift.git', :tag => "#{spec.version}" }
10
spec.source_files = 'JWT/*.swift'
11
- spec.ios.deployment_target = '8.0'
+ spec.ios.deployment_target = '7.0'
12
spec.osx.deployment_target = '10.9'
13
spec.requires_arc = true
14
spec.dependency 'CryptoSwift', '0.0.10'
0 commit comments