[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / 8 / 0 / CredifyCryptoSwift / 1.1.6 / CredifyCryptoSwift.podspec.json
blobb859552abbb43ca6037b72b1b2ecbf2a07259c99
2   "name": "CredifyCryptoSwift",
3   "version": "1.1.6",
4   "summary": "Credify crypto related framework in Swift",
5   "description": "Cryptography functions and helpers for Swift. Ed25519 signing, RSA encryption. With PKCS#8 format.",
6   "homepage": "https://github.com/credify-pte-ltd/CredifyCryptoSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shuichi Nagao": "shu@credify.one"
13   },
14   "social_media_url": "https://credify.one",
15   "swift_versions": "5.3",
16   "platforms": {
17     "ios": "12.0"
18   },
19   "source": {
20     "git": "https://github.com/credify-pte-ltd/CredifyCryptoSwift.git",
21     "tag": "v1.1.6"
22   },
23   "source_files": "CredifyCryptoSwift/**/*.{h,swift}",
24   "vendored_frameworks": "CredifyCryptoSwift/Crypto.framework",
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "swift_version": "5.3"