[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / 1 / a / e / ZMKit / 0.0.4 / ZMKit.podspec.json
blob471d423104a082294aabd41b356014953b2117cb
2   "name": "ZMKit",
3   "version": "0.0.4",
4   "summary": "iOS开发常用基础组件",
5   "description": "‘整理一些iOS开发常用的基类,网络请求,UI控件,类别,扩展等等’",
6   "homepage": "https://gitee.com/zmzzy/ZMKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "youhebuke": "409775261@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://gitee.com/zmzzy/ZMKit.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "ZMKit/**/*.{h,m}",
22   "public_header_files": "ZMKit/**/*.{h}",
23   "requires_arc": true,
24   "prefix_header_contents": "#import \"ZMKit.h\"",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "Masonry": [
32     ],
33     "FDFullscreenPopGesture": [
34       "1.1"
35     ]
36   }