blob: 5233b453ca490723aebd92b1c16f54d4d42ea8fc [file] [log] [blame]
{
"name": "CryptoSwift",
"version": "0.13.1",
"source": {
"git": "https://github.com/krzyzanowskim/CryptoSwift.git",
"tag": "0.13.1"
},
"summary": "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, ChaCha20, Rabbit, Blowfish, AES.",
"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",
"homepage": "https://github.com/krzyzanowskim/CryptoSwift",
"license": {
"type": "Attribution",
"file": "LICENSE"
},
"authors": {
"Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
},
"social_media_url": "https://twitter.com/krzyzanowskim",
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/CryptoSwift/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-O",
"SWIFT_COMPILATION_MODE": "wholemodule",
"SWIFT_DISABLE_SAFETY_CHECKS": "YES",
"SWIFT_ENFORCE_EXCLUSIVE_ACCESS": "compile-time",
"GCC_UNROLL_LOOPS": "YES"
}
}