[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / 0 / IrohaCommunication / 3.4.1 / IrohaCommunication.podspec.json
blob0348057bf8341c3dc2c3aadd3d8f360824d57342
2   "name": "IrohaCommunication",
3   "version": "3.4.1",
4   "summary": "Helper classes to use for communication with Iroha blockchain.",
5   "homepage": "https://github.com/hyperledger/iroha-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Russel": "emkil.russel@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/hyperledger/iroha-ios.git",
15     "tag": "3.4.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": "IrohaCommunication/Classes/**/*",
21   "source_files": [
22     "IrohaCommunication/Classes/**/*",
23     "ProtoGen/*.{h,m}"
24   ],
25   "public_header_files": "IrohaCommunication/Classes/Public/**/*.h",
26   "private_header_files": [
27     "IrohaCommunication/Classes/Private/**/*.h",
28     "ProtoGen/*.h"
29   ],
30   "preserve_paths": "ProtoGen/*.{h,m}",
31   "dependencies": {
32     "IrohaCrypto": [
34     ],
35     "gRPC-ProtoRPC": [
36       "= 1.11.0"
37     ],
38     "Protobuf": [
39       "~> 3.5.0"
40     ],
41     "BoringSSL": [
42       "= 10.0.3"
43     ],
44     "nanopb": [
45       "= 0.3.8"
46     ]
47   },
48   "pod_target_xcconfig": {
49     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
50   },
51   "testspecs": [
52     {
53       "name": "Tests",
54       "test_type": "unit",
55       "source_files": [
56         "Tests/**/*.{h,m}",
57         "ProtoGen/*.{h,m}"
58       ]
59     }
60   ]