5 "git": "https://github.com/krzyzanowskim/CryptoSwift.git",
8 "summary": "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, 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",
25 "source_files": "Sources/CryptoSwift/**/*.swift",
27 "pod_target_xcconfig": {
28 "SWIFT_VERSION": "4.0",
29 "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule",
30 "SWIFT_DISABLE_SAFETY_CHECKS": "YES",
31 "SWIFT_ENFORCE_EXCLUSIVE_ACCESS": "compile-time",
32 "GCC_UNROLL_LOOPS": "YES"
34 "pushed_with_swift_version": "4.0"