[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / b / CryptoSwift / 0.8.2 / CryptoSwift.podspec.json
blobf9314f6852cd75c0c96c76072b0d71193b7e5692
2   "name": "CryptoSwift",
3   "version": "0.8.2",
4   "source": {
5     "git": "https://github.com/krzyzanowskim/CryptoSwift.git",
6     "tag": "0.8.2"
7   },
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",
11   "license": {
12     "type": "Attribution License",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
17   },
18   "social_media_url": "https://twitter.com/krzyzanowskim",
19   "swift_version": "4.0",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "source_files": "Sources/CryptoSwift/**/*.swift",
27   "requires_arc": true,
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"
34   }