[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / 6 / ZillaCore / 0.0.7 / ZillaCore.podspec.json
blobf424888f68c182c6ee4df6f7a954b3ce0b3d6afa
2   "name": "ZillaCore",
3   "version": "0.0.7",
4   "summary": "Core Ethereum data structures and algorithms.",
5   "homepage": "https://github.com/zla-io/zilla-core",
6   "license": "ZLA",
7   "authors": {
8     "Jamal Mahfuz": "jamalmahfuz@outlook.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "swift_version": "4.0",
14   "source": {
15     "git": "https://github.com/zla-io/zilla-core.git",
16     "tag": "0.0.7"
17   },
18   "source_files": "Sources/**/*.{swift,h,m}",
19   "public_header_files": [
20     "Sources/ZillaCore.h",
21     "Sources/EthereumCrypto.h"
22   ],
23   "dependencies": {
24     "BigInt": [
26     ],
27     "TrezorCrypto": [
29     ]
30   },
31   "pod_target_xcconfig": {
32     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
33   }