[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / 5 / ERCTools / 0.1.0 / ERCTools.podspec.json
blob014f8f6beb2c262a1b27c07dd734ab16c2a81624
2   "name": "ERCTools",
3   "version": "0.1.0",
4   "summary": "ERCTools.",
5   "description": "ETH ERC Tools ABI, RPC",
6   "homepage": "https://github.com/ccxdd/ERCTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ccxdd": "e_xiaodong@hotmail.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12"
17   },
18   "cocoapods_version": ">= 1.4.0",
19   "swift_version": "4.0",
20   "source": {
21     "git": "https://github.com/ccxdd/ERCTools.git",
22     "tag": "0.1.0"
23   },
24   "source_files": "Sources/*.swift",
25   "frameworks": "Foundation",
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "requires_arc": true,
30   "dependencies": {
31     "SSLE": [
32       "~> 0.0.25"
33     ],
34     "SwiftWebSocket": [
35       "~> 2.7.0"
36     ],
37     "SwiftyJSON": [
38       "~> 4.2.0"
39     ],
40     "CryptoSwift": [
41       "~> 0.14"
42     ]
43   }