[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 1 / 7 / IrohaCrypto / 0.3.0 / IrohaCrypto.podspec.json
blob9b88d46d0941df00ff80cde137d156e756fe91bc
2   "name": "IrohaCrypto",
3   "version": "0.3.0",
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.3.0"
16   },
17   "platforms": {
18     "ios": "9.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   ]