[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 1 / 7 / IrohaCrypto / 0.4.1 / IrohaCrypto.podspec.json
blob628ea27ae1f2c42f4237664378447e82cec9d7a8
2   "name": "IrohaCrypto",
3   "version": "0.4.1",
4   "summary": "Provides object oriented wrappers for C/C++ crypto functions used by Iroha blockchain.",
5   "homepage": "https://github.com/soramitsu",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ERussel": "emkil.russel@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ERussel/IrohaCrypto.git",
15     "tag": "0.4.1"
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": "Iroha",
41       "dependencies": {
42         "IrohaCrypto/Common": [
44         ]
45       },
46       "source_files": [
47         "IrohaCrypto/Classes/Iroha/**/*",
48         "IrohaCryptoImp/**/*.h"
49       ],
50       "public_header_files": "IrohaCrypto/Classes/Iroha/**/*.h",
51       "private_header_files": "IrohaCryptoImp/**/*.h",
52       "vendored_libraries": "IrohaCryptoImp/libed25519.a",
53       "preserve_paths": "IrohaCryptoImp/**/*.h"
54     },
55     {
56       "name": "BIP39",
57       "dependencies": {
58         "IrohaCrypto/Common": [
60         ]
61       },
62       "source_files": "IrohaCrypto/Classes/BIP39/**/*",
63       "public_header_files": "IrohaCrypto/Classes/BIP39/**/*.h"
64     },
65     {
66       "name": "Scrypt",
67       "dependencies": {
68         "IrohaCrypto/Common": [
70         ],
71         "scrypt.c": [
72           "~> 0.1"
73         ]
74       },
75       "source_files": "IrohaCrypto/Classes/Scrypt/**/*",
76       "public_header_files": "IrohaCrypto/Classes/Scrypt/**/*.h"
77     },
78     {
79       "name": "sr25519",
80       "dependencies": {
81         "IrohaCrypto/Common": [
83         ],
84         "IrohaCrypto/BIP39": [
86         ]
87       },
88       "source_files": [
89         "IrohaCrypto/Classes/sr25519/**/*",
90         "sr25519Imp/**/*.h"
91       ],
92       "public_header_files": "IrohaCrypto/Classes/sr25519/**/*.h",
93       "private_header_files": "sr25519Imp/**/*.h",
94       "vendored_libraries": "sr25519Imp/libsr25519crust.a",
95       "preserve_paths": "sr25519Imp/**/*.h"
96     }
97   ]