[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 7 / IrohaCrypto / 0.2.6 / IrohaCrypto.podspec.json
blobc27adf4d361983657c3673d74fdc65ef6469f1d1
2   "name": "IrohaCrypto",
3   "version": "0.2.6",
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.2.6"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": [
21     "IrohaCrypto/Classes/**/*",
22     "IrohaCryptoImp/**/*.h",
23     "libsodium-ios/**/*.h"
24   ],
25   "public_header_files": "IrohaCrypto/Classes/**/*.h",
26   "private_header_files": [
27     "IrohaCryptoImp/**/*.h",
28     "libsodium-ios/**/*.h"
29   ],
30   "vendored_libraries": [
31     "IrohaCryptoImp/libed25519.a",
32     "libsodium-ios/lib/libsodium.a"
33   ],
34   "preserve_paths": [
35     "IrohaCryptoImp/**/*.h",
36     "libsodium-ios/**/*.h"
37   ],
38   "pod_target_xcconfig": {
39     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
40   },
41   "testspecs": [
42     {
43       "name": "Tests",
44       "test_type": "unit",
45       "source_files": "Tests/**/*.{h,m}"
46     }
47   ]