[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 7 / 2 / CryptoXC / 0.1 / CryptoXC.podspec.json
blobb83c067d4ca45d353c59b6f5b0a834b072bf2cc5
2   "name": "CryptoXC",
3   "version": "0.1",
4   "source": {
5     "git": "https://github.com/tareq3/CrytoXCFramework.git",
6     "tag": "0.1"
7   },
8   "summary": "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, Scrypt, ChaCha20, Rabbit, Blowfish, AES, RSA.",
9   "description": "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, Scrypt, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES, RSA",
10   "homepage": "https://github.com/tareq3/CrytoXCFramework",
11   "license": {
12     "type": "MIT"
13   },
14   "authors": {
15     "Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "11.0"
20   },
21   "xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
23   },
24   "default_subspecs": "Debug",
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
30   },
31   "subspecs": [
32     {
33       "name": "Debug",
34       "vendored_frameworks": "CryptoXC.xcframework"
35     },
36     {
37       "name": "Release",
38       "vendored_frameworks": "CryptoXC.xcframework"
39     }
40   ]