|
@@ -1,6 +1,6 @@
|
|
Pod::Spec.new do |s|
|
|
Pod::Spec.new do |s|
|
|
s.name = "CryptoSwift"
|
|
s.name = "CryptoSwift"
|
|
- s.version = "0.11.0"
|
|
|
|
|
|
+ s.version = "0.12.0"
|
|
s.source = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }
|
|
s.source = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }
|
|
s.summary = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, ChaCha20, Rabbit, Blowfish, AES."
|
|
s.summary = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, ChaCha20, Rabbit, Blowfish, AES."
|
|
s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES"
|
|
s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES"
|
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
|
|
s.authors = {'Marcin Krzyżanowski' => 'marcin@krzyzanowskim.com'}
|
|
s.authors = {'Marcin Krzyżanowski' => 'marcin@krzyzanowskim.com'}
|
|
s.social_media_url = "https://twitter.com/krzyzanowskim"
|
|
s.social_media_url = "https://twitter.com/krzyzanowskim"
|
|
s.cocoapods_version = '>= 1.4.0'
|
|
s.cocoapods_version = '>= 1.4.0'
|
|
- s.swift_version = "4.1"
|
|
|
|
|
|
+ s.swift_version = "4.2"
|
|
s.ios.deployment_target = "8.0"
|
|
s.ios.deployment_target = "8.0"
|
|
s.osx.deployment_target = "10.9"
|
|
s.osx.deployment_target = "10.9"
|
|
s.watchos.deployment_target = "2.0"
|
|
s.watchos.deployment_target = "2.0"
|