[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 7 / IrohaCrypto / 0.6.2 / IrohaCrypto.podspec.json
blob140f77c86d3a1eaebc3f65a0b96cf4d8776f3812
2   "name": "IrohaCrypto",
3   "version": "0.6.2",
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     "ERussel": "emkil.russel@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ERussel/IrohaCrypto.git",
15     "tag": "0.6.2"
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/blake2": [
83         ],
84         "IrohaCrypto/Common": [
86         ],
87         "IrohaCrypto/BIP39": [
89         ]
90       },
91       "source_files": [
92         "IrohaCrypto/Classes/sr25519/**/*",
93         "sr25519Imp/**/*.h"
94       ],
95       "public_header_files": "IrohaCrypto/Classes/sr25519/**/*.h",
96       "private_header_files": "sr25519Imp/**/*.h",
97       "vendored_libraries": "sr25519Imp/libsr25519crust.a",
98       "preserve_paths": "sr25519Imp/**/*.h"
99     },
100     {
101       "name": "blake2",
102       "source_files": [
103         "IrohaCrypto/Classes/blake2/**/*",
104         "blake2Imp/**/*.h"
105       ],
106       "public_header_files": "IrohaCrypto/Classes/blake2/**/*.h",
107       "private_header_files": "blake2Imp/**/*.h",
108       "vendored_libraries": "blake2Imp/libblake2.a",
109       "preserve_paths": "blake2Imp/**/*.h"
110     },
111     {
112       "name": "secp256k1",
113       "dependencies": {
114         "IrohaCrypto/Common": [
116         ]
117       },
118       "source_files": [
119         "IrohaCrypto/Classes/secp256k1/**/*",
120         "secp256k1Imp/**/*.h"
121       ],
122       "public_header_files": "IrohaCrypto/Classes/secp256k1/**/*.h",
123       "vendored_frameworks": "secp256k1Imp/secp256k1.framework",
124       "preserve_paths": "secp256k1Imp/**/*.h"
125     },
126     {
127       "name": "ed25519",
128       "dependencies": {
129         "IrohaCrypto/Common": [
131         ]
132       },
133       "source_files": [
134         "IrohaCrypto/Classes/ed25519/**/*",
135         "ed25519Imp/**/*.h"
136       ],
137       "public_header_files": "IrohaCrypto/Classes/ed25519/**/*.h",
138       "private_header_files": "ed25519Imp/**/*.h",
139       "vendored_libraries": "ed25519Imp/libed25519_sha2.a",
140       "preserve_paths": "ed25519Imp/**/*.h"
141     }
142   ]