[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 0 / Crypto.Swift / 1.0.0 / Crypto.Swift.podspec.json
blob78b999509df0b67104d424723c85fb3fdced0bc0
2   "name": "Crypto.Swift",
3   "homepage": "https://github.com/liujunliuhong/Crypto-Swift.git",
4   "summary": "Cryptography in Swift.",
5   "description": "Cryptography functions and helpers for Swift implemented in Swift.",
6   "authors": {
7     "liujunliuhong": "1035841713@qq.com"
8   },
9   "version": "1.0.0",
10   "source": {
11     "git": "https://github.com/liujunliuhong/Crypto-Swift.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "module_name": "Crypto_Swift",
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": true,
25   "source_files": "Sources/*.swift",
26   "dependencies": {
27     "CryptoSwift": [
29     ],
30     "libsecp256k1.ios": [
32     ],
33     "libed25519.ios": [
35     ]
36   },
37   "pod_target_xcconfig": {
38     "VALID_ARCHS": "x86_64 armv7 arm64",
39     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
40   },
41   "swift_version": "5.0"