[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / e / Erc20Kit.swift / 0.6.1 / Erc20Kit.swift.podspec.json
blobd0fb6187d0e78940f403bf9652709c63b2ba4a39
2   "name": "Erc20Kit.swift",
3   "module_name": "Erc20Kit",
4   "version": "0.6.1",
5   "summary": "Erc20 token library for Swift",
6   "homepage": "https://github.com/horizontalsystems/ethereum-kit-ios",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Horizontal Systems": "hsdao@protonmail.ch"
13   },
14   "social_media_url": "http://horizontalsystems.io/",
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/horizontalsystems/ethereum-kit-ios.git",
18     "tag": "0.6.1"
19   },
20   "source_files": "Erc20Kit/Erc20Kit/**/*.{h,m,swift}",
21   "platforms": {
22     "ios": "11.0"
23   },
24   "swift_version": "4.2",
25   "dependencies": {
26     "EthereumKit.swift": [
27       "~> 0.6"
28     ],
29     "HSCryptoKit": [
30       "~> 1.0"
31     ],
32     "RxSwift": [
33       "~> 4.0"
34     ],
35     "GRDB.swift": [
36       "~> 3.0"
37     ],
38     "BigInt": [
39       "~> 4.0"
40     ]
41   }