|
@@ -1,6 +1,6 @@
|
|
Pod::Spec.new do |s|
|
|
Pod::Spec.new do |s|
|
|
s.name = "CryptoSwift"
|
|
s.name = "CryptoSwift"
|
|
- s.version = "0.0.4"
|
|
|
|
|
|
+ s.version = "0.0.5"
|
|
s.summary = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES."
|
|
s.summary = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES."
|
|
s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES."
|
|
s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES."
|
|
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"
|
|
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"
|
|
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
|
|
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.krzyzanowski@hakore.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, '7.1'
|
|
s.osx.platform = :osx, '10.9'
|
|
s.osx.platform = :osx, '10.9'
|
|
s.source_files = "CryptoSwift/*"
|
|
s.source_files = "CryptoSwift/*"
|
|
s.requires_arc = true
|
|
s.requires_arc = true
|