|
@@ -1,12 +1,12 @@
|
|
Pod::Spec.new do |s|
|
|
Pod::Spec.new do |s|
|
|
s.name = "CryptoSwift"
|
|
s.name = "CryptoSwift"
|
|
- s.version = "0.3.1"
|
|
|
|
|
|
+ s.version = "0.4"
|
|
s.summary = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
|
|
s.summary = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
|
|
- s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
|
|
|
|
|
|
+ s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
|
|
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"
|
|
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"
|
|
s.license = {:type => "Attribution License", :file => "LICENSE"}
|
|
s.license = {:type => "Attribution License", :file => "LICENSE"}
|
|
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.authors = {'Marcin Krzyżanowski' => 'marcin.krzyzanowski@hakore.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.ios.platform = :ios, '8.0'
|
|
s.ios.platform = :ios, '8.0'
|
|
s.ios.deployment_target = "8.0"
|
|
s.ios.deployment_target = "8.0"
|