[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 5 / 6 / ZDKBaseKit / 0.0.3 / ZDKBaseKit.podspec.json
blobc6a0db3a310deb44c66ee26f33c09f53c73640c7
2   "name": "ZDKBaseKit",
3   "version": "0.0.3",
4   "summary": "项目中常用的一些封装",
5   "description": "* Foundation的扩展\n* UIKit的扩展",
6   "homepage": "https://gitee.com/killuaZJ/ZDKBaseKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Killua": "zhangjunkillua@icloud.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://gitee.com/killuaZJ/ZDKBaseKit.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "Classes",
23     "ZDKBaseKit/Classes/**/*.swift"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "Alamofire": [
33     ],
34     "ObjectMapper": [
36     ],
37     "HandyJSON": [
38       "~> 4.0.0-beta.1"
39     ],
40     "Moya": [
42     ],
43     "PromiseKit": [
45     ],
46     "PromiseKit/Alamofire": [
48     ]
49   },
50   "pushed_with_swift_version": "4.0"