Skip to content

Commit cb6271b

Browse files
committed
turns out podspec does not support such syntax
1 parent b7012ca commit cb6271b

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
@@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
1111
spec.ios.deployment_target = '7.0'
1212
spec.osx.deployment_target = '10.9'
1313
spec.requires_arc = true
14-
spec.dependency 'CryptoSwift', '0.0.10', :git => 'https://github.com/A2K/CryptoSwift'
14+
spec.dependency 'CryptoSwift', '0.0.10'
1515
spec.module_name = 'JWT'
1616
end
1717

0 commit comments

Comments
 (0)