Skip to content

Commit a012020

Browse files
committed
set deployment target to 7.0
1 parent ed2159a commit a012020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSONWebToken.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
88
spec.social_media_url = 'http://twitter.com/kylefuller'
99
spec.source = { :git => 'https://github.com/kylef/JSONWebToken.swift.git', :tag => "#{spec.version}" }
1010
spec.source_files = 'JWT/*.swift'
11-
spec.ios.deployment_target = '8.0'
11+
spec.ios.deployment_target = '7.0'
1212
spec.osx.deployment_target = '10.9'
1313
spec.requires_arc = true
1414
spec.dependency 'CryptoSwift', '0.0.10'

0 commit comments

Comments
 (0)