[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / f / 6 / 2 / MZKit / 1.1.0 / MZKit.podspec.json
blobd576d5df8b88459c0fbe08d03ae0a5be78b957eb
2   "name": "MZKit",
3   "version": "1.1.0",
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.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.2.0"
29     ],
30     "YYCache": [
31       "~> 1.0.4"
32     ]
33   },
34   "default_subspecs": "All",
35   "subspecs": [
36     {
37       "name": "All",
38       "dependencies": {
39         "MZKit/Foundation": [
41         ],
42         "MZKit/UIKit": [
44         ],
45         "MZKit/Other": [
47         ]
48       }
49     },
50     {
51       "name": "Foundation",
52       "source_files": "MZKit/Foundation/*.{h,m}"
53     },
54     {
55       "name": "Other",
56       "source_files": "MZKit/Other/*.{h,m}"
57     },
58     {
59       "name": "UIKit",
60       "source_files": "MZKit/UIKit/*.{h,m}"
61     }
62   ]