5 "git": "https://github.com/krzyzanowskim/CryptoSwift.git",
8 "summary": "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, 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",
16 "Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
18 "social_media_url": "https://twitter.com/krzyzanowskim",
19 "cocoapods_version": ">= 1.4.0",
20 "swift_version": "4.2",
27 "source_files": "Sources/CryptoSwift/**/*.swift",
29 "pod_target_xcconfig": {
30 "SWIFT_OPTIMIZATION_LEVEL": "-O",
31 "SWIFT_COMPILATION_MODE": "wholemodule",
32 "SWIFT_DISABLE_SAFETY_CHECKS": "YES",
33 "SWIFT_ENFORCE_EXCLUSIVE_ACCESS": "compile-time",
34 "GCC_UNROLL_LOOPS": "YES"