[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / 7 / IrohaCrypto / 0.10.0 / IrohaCrypto.podspec.json
blobea6d7ab93e0b7ded7897d810ea190e594fc92775
2   "name": "IrohaCrypto",
3   "version": "0.10.0",
4   "summary": "Provides object oriented wrappers for C/C++ crypto functions used by blockchains.",
5   "homepage": "https://github.com/soramitsu",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Soramitsu": "admin@soramitsu.co.jp"
12   },
13   "source": {
14     "git": "https://github.com/soramitsu/ios-crypto.git",
15     "tag": "0.10.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "pod_target_xcconfig": {
21     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
22   },
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Tests/**/*.{h,m}",
28       "resources": [
29         "Tests/**/*.json"
30       ]
31     }
32   ],
33   "subspecs": [
34     {
35       "name": "Common",
36       "source_files": "IrohaCrypto/Classes/Common/**/*",
37       "public_header_files": "IrohaCrypto/Classes/Common/**/*.h"
38     },
39     {
40       "name": "BIP39",
41       "dependencies": {
42         "IrohaCrypto/Common": [
44         ]
45       },
46       "source_files": "IrohaCrypto/Classes/BIP39/**/*",
47       "public_header_files": "IrohaCrypto/Classes/BIP39/**/*.h"
48     },
49     {
50       "name": "Scrypt",
51       "dependencies": {
52         "IrohaCrypto/Common": [
54         ],
55         "scrypt.c": [
56           "0.1.1"
57         ]
58       },
59       "source_files": "IrohaCrypto/Classes/Scrypt/**/*",
60       "public_header_files": "IrohaCrypto/Classes/Scrypt/**/*.h"
61     },
62     {
63       "name": "sr25519",
64       "pod_target_xcconfig": {
65         "VALID_ARCHS": "x86_64 arm64"
66       },
67       "dependencies": {
68         "IrohaCrypto/blake2": [
70         ],
71         "IrohaCrypto/Common": [
73         ],
74         "IrohaCrypto/BIP39": [
76         ]
77       },
78       "source_files": [
79         "IrohaCrypto/Classes/sr25519/**/*",
80         "sr25519Imp/**/*.h"
81       ],
82       "public_header_files": "IrohaCrypto/Classes/sr25519/**/*.h",
83       "private_header_files": "sr25519Imp/**/*.h",
84       "vendored_frameworks": "sr25519Imp/libsr25519crust.xcframework",
85       "preserve_paths": "sr25519Imp/**/*.h"
86     },
87     {
88       "name": "blake2",
89       "pod_target_xcconfig": {
90         "VALID_ARCHS": "x86_64 arm64"
91       },
92       "source_files": [
93         "IrohaCrypto/Classes/blake2/**/*",
94         "blake2Imp/**/*.h"
95       ],
96       "public_header_files": "IrohaCrypto/Classes/blake2/**/*.h",
97       "private_header_files": "blake2Imp/**/*.h",
98       "vendored_frameworks": "blake2Imp/libblake2.xcframework",
99       "preserve_paths": "blake2Imp/**/*.h"
100     },
101     {
102       "name": "secp256k1",
103       "dependencies": {
104         "IrohaCrypto/Common": [
106         ],
107         "secp256k1.c": [
108           "~> 0.1"
109         ]
110       },
111       "source_files": "IrohaCrypto/Classes/secp256k1/**/*"
112     },
113     {
114       "name": "ed25519",
115       "pod_target_xcconfig": {
116         "VALID_ARCHS": "x86_64 arm64"
117       },
118       "dependencies": {
119         "IrohaCrypto/Common": [
121         ]
122       },
123       "source_files": [
124         "IrohaCrypto/Classes/ed25519/**/*",
125         "ed25519Imp/**/*.h"
126       ],
127       "public_header_files": "IrohaCrypto/Classes/ed25519/**/*.h",
128       "private_header_files": "ed25519Imp/**/*.h",
129       "vendored_frameworks": "ed25519Imp/libed25519_sha2.xcframework",
130       "preserve_paths": "ed25519Imp/**/*.h"
131     },
132     {
133       "name": "ss58",
134       "dependencies": {
135         "IrohaCrypto/blake2": [
137         ],
138         "IrohaCrypto/Common": [
140         ]
141       },
142       "source_files": "IrohaCrypto/Classes/ss58/**/*",
143       "public_header_files": "IrohaCrypto/Classes/ss58/**/*.h"
144     }
145   ]