[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 1 / 7 / IrohaCrypto / 0.1.1 / IrohaCrypto.podspec.json
blob32b49df5e6752c2c94188cfbb7206d152096e5c2
2   "name": "IrohaCrypto",
3   "version": "0.1.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.1.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": [
21     "IrohaCrypto/Classes/**/*",
22     "IrohaCryptoImp/**/*.h"
23   ],
24   "public_header_files": "IrohaCrypto/Classes/**/*.h",
25   "private_header_files": "IrohaCryptoImp/**/*.h",
26   "vendored_libraries": "IrohaCryptoImp/libed25519.a",
27   "preserve_paths": "IrohaCryptoImp/**/*.h",
28   "pod_target_xcconfig": {
29     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/IrohaCrypto/IrohaCryptoImp/include/**",
30     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
31   },
32   "libraries": "ed25519",
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "source_files": "Tests/**/*.{h,m}"
38     }
39   ]