[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / f / 6 / 2 / MZKit / 1.1.4 / MZKit.podspec.json
blobc21a64d1339fc47ac00759b6c1a316abdc5be096
2   "name": "MZKit",
3   "version": "1.1.4",
4   "summary": "OC开发工具包(By: 张明重)",
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": "the12306@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/hkh_01/MZKit.git",
16     "tag": "1.1.4"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "MZKit/*.{h,m}",
23   "public_header_files": "MZKit/MZKit.h",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.2.0"
31     ],
32     "YYCache": [
33       "~> 1.0.4"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "UIKit",
39       "source_files": "MZKit/UIKit/*.{h,m}"
40     },
41     {
42       "name": "Foundation",
43       "source_files": "MZKit/Foundation/*.{h,m}"
44     },
45     {
46       "name": "Other",
47       "source_files": "MZKit/Other/*.{h,m}"
48     },
49     {
50       "name": "GCD",
51       "source_files": "MZKit/GCD/*.{h,m}"
52     }
53   ]