[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / 2 / MZKit / 1.1.1 / MZKit.podspec.json
blob5df5891b1d1b8695cd04912b1d99cf86a5a8d4f7
2   "name": "MZKit",
3   "version": "1.1.1",
4   "summary": "OC开发工具包",
5   "description": "网络请求、UIKit和Foundation的分类、帮助类等",
6   "homepage": "https://gitee.com/hkh_01/MZKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MJCheung": "zmzchn@gmail.com"
13   },
14   "source": {
15     "git": "https://gitee.com/hkh_01/MZKit.git",
16     "tag": "1.1.1"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "MZKit/*.{h,m}",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.2.0"
30     ],
31     "YYCache": [
32       "~> 1.0.4"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Foundation",
38       "source_files": "MZKit/Foundation/*.{h,m}"
39     },
40     {
41       "name": "Other",
42       "source_files": "MZKit/Other/*.{h,m}"
43     },
44     {
45       "name": "UIKit",
46       "source_files": "MZKit/UIKit/*.{h,m}"
47     }
48   ]