| { |
| "name": "IrohaCommunication", |
| "version": "3.3.0", |
| "summary": "Helper classes to use for communication with Iroha blockchain.", |
| "homepage": "https://github.com/hyperledger/iroha-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Russel": "emkil.russel@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/hyperledger/iroha-ios.git", |
| "tag": "3.3.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": "IrohaCommunication/Classes/**/*", |
| "source_files": [ |
| "IrohaCommunication/Classes/**/*", |
| "ProtoGen/*.{h,m}" |
| ], |
| "public_header_files": "IrohaCommunication/Classes/Public/**/*.h", |
| "private_header_files": [ |
| "IrohaCommunication/Classes/Private/**/*.h", |
| "ProtoGen/*.h" |
| ], |
| "preserve_paths": "ProtoGen/*.{h,m}", |
| "dependencies": { |
| "IrohaCrypto": [ |
| |
| ], |
| "gRPC-ProtoRPC": [ |
| "= 1.11.0" |
| ], |
| "Protobuf": [ |
| "~> 3.5.0" |
| ], |
| "BoringSSL": [ |
| "= 10.0.3" |
| ], |
| "nanopb": [ |
| "= 0.3.8" |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1" |
| }, |
| "testspecs": [ |
| { |
| "name": "Tests", |
| "test_type": "unit", |
| "source_files": [ |
| "Tests/**/*.{h,m}", |
| "ProtoGen/*.{h,m}" |
| ] |
| } |
| ] |
| } |