5 "git": "https://github.com/krzyzanowskim/CryptoSwift.git",
8 "summary": "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, HDKF, ChaCha20, Rabbit, Blowfish, AES.",
9 "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",
10 "homepage": "https://github.com/krzyzanowskim/CryptoSwift",
12 "type": "Attribution License",
16 "Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
18 "social_media_url": "https://twitter.com/krzyzanowskim",
19 "swift_version": "4.0",
26 "source_files": "Sources/CryptoSwift/**/*.swift",
28 "pod_target_xcconfig": {
29 "SWIFT_VERSION": "4.0",
30 "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule",
31 "SWIFT_DISABLE_SAFETY_CHECKS": "YES",
32 "SWIFT_ENFORCE_EXCLUSIVE_ACCESS": "compile-time",
33 "GCC_UNROLL_LOOPS": "YES"