[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 0 / a / ONTKit / 0.01 / ONTKit.podspec.json
blob7efcedfacb80b2fef45fa4ddba73389bca172dbe
2   "name": "ONTKit",
3   "version": "0.01",
4   "summary": "ONT wallet kit",
5   "description": "ONT wallet kit in Objective-C.",
6   "homepage": "https://github.com/AlleniCode/ONTKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AlleniCode": "zhangyutao2014@163.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/AlleniCode/ONTKit.git",
19     "tag": "0.01"
20   },
21   "swift_version": "4.0",
22   "source_files": "Example/ONTKit/**/*.{h,m,c}",
23   "exclude_files": "ONTKit/Exclude",
24   "ios": {
25     "vendored_frameworks": "Example/ONTKit/ONTCore/neoutils.framework"
26   },
27   "requires_arc": true,
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.6.3"
31     ],
32     "AFJSONRPCClient": [
33       "~> 2.1.1"
34     ],
35     "MJExtension": [
36       "~> 3.0.15.1"
37     ],
38     "MTDates": [
39       "~> 1.0.3"
40     ]
41   }