[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / 2 / MZKit / 1.1.7 / MZKit.podspec.json
blob9807f0859ce8a703add0fa5f819595ce83729838
2   "name": "MZKit",
3   "version": "1.1.7",
4   "summary": "iOS开发工具包OC版(By: 张明重)",
5   "description": "网络请求及缓存、UIKit和Foundation的分类、Macros、view的基类、GCD和帮助类等",
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.7"
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   "subspecs": [
29     {
30       "name": "UIKit",
31       "source_files": "MZKit/UIKit/*.{h,m}"
32     },
33     {
34       "name": "Foundation",
35       "source_files": "MZKit/Foundation/*.{h,m}"
36     },
37     {
38       "name": "Other",
39       "source_files": "MZKit/Other/*.{h,m}",
40       "dependencies": {
41         "AFNetworking": [
42           "~> 3.2.0"
43         ],
44         "YYCache": [
45           "~> 1.0.4"
46         ]
47       }
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   ]