[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / d / 2 / EthereumKit.swift / 0.9.1 / EthereumKit.swift.podspec.json
bloba0c7b6d400a62473c32c9e19b8dc448214a91847
2   "name": "EthereumKit.swift",
3   "module_name": "EthereumKit",
4   "version": "0.9.1",
5   "summary": "Ethereum wallet library for Swift.",
6   "description": "EthereumKit.swift implements Ethereum protocol in Swift.",
7   "homepage": "https://github.com/horizontalsystems/ethereum-kit-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Horizontal Systems": "hsdao@protonmail.ch"
14   },
15   "source": {
16     "git": "https://github.com/horizontalsystems/ethereum-kit-ios.git",
17     "tag": "0.9.1"
18   },
19   "social_media_url": "http://horizontalsystems.io/",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "swift_versions": "5",
24   "source_files": "EthereumKit/Classes/**/*",
25   "requires_arc": true,
26   "preserve_paths": [
27     "EthereumKit/Libraries"
28   ],
29   "vendored_libraries": "EthereumKit/Libraries/lib/libincubed.a",
30   "pod_target_xcconfig": {
31     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/EthereumKit/Libraries/include\"",
32     "LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/EthereumKit/Libraries/lib\""
33   },
34   "dependencies": {
35     "OpenSslKit.swift": [
36       "~> 1.0"
37     ],
38     "Secp256k1Kit.swift": [
39       "~> 1.0"
40     ],
41     "HdWalletKit.swift": [
42       "~> 1.4"
43     ],
44     "Alamofire": [
45       "~> 4.0"
46     ],
47     "RxSwift": [
48       "~> 5.0"
49     ],
50     "BigInt": [
51       "~> 5.0"
52     ],
53     "GRDB.swift": [
54       "~> 4.0"
55     ],
56     "BlueSocket": [
57       "~> 1.0"
58     ]
59   },
60   "swift_version": "5"