|
@@ -1,8 +1,8 @@
|
|
Pod::Spec.new do |s|
|
|
Pod::Spec.new do |s|
|
|
s.name = "CryptoSwift"
|
|
s.name = "CryptoSwift"
|
|
- s.version = "0.1.2"
|
|
|
|
- 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.version = "0.2.0"
|
|
|
|
+ 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.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}" }
|
|
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
|
|
s.watchos.deployment_target = "2.0"
|
|
s.watchos.deployment_target = "2.0"
|
|
s.tvos.platform = :tvos, '9.0'
|
|
s.tvos.platform = :tvos, '9.0'
|
|
s.tvos.deployment_target = "9.0"
|
|
s.tvos.deployment_target = "9.0"
|
|
- s.source_files = "CryptoSwift/**/*.swift"
|
|
|
|
|
|
+ s.source_files = "Sources/CryptoSwift/**/*.swift"
|
|
s.requires_arc = true
|
|
s.requires_arc = true
|
|
end
|
|
end
|