[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 6 / 2 / MZKit / 1.1.5 / MZKit.podspec.json
blobd7feaa7bba038fab26ddda9796fd2002d8010f85
2   "name": "MZKit",
3   "version": "1.1.5",
4   "summary": "OC开发工具包(By: 张明重)",
5   "description": "网络请求及缓存、UIKit和Foundation的分类、帮助类等",
6   "homepage": "https://gitee.com/hkh_01/MZKit",
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.5"
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": "NSFoundation",
43       "source_files": "MZKit/NSFoundation/*.{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     {
54       "name": "BaseView",
55       "source_files": "MZKit/BaseView/*.{h,m}"
56     }
57   ]