blob: 471d423104a082294aabd41b356014953b2117cb [file] [log] [blame]
{
"name": "ZMKit",
"version": "0.0.4",
"summary": "iOS开发常用基础组件",
"description": "‘整理一些iOS开发常用的基类,网络请求,UI控件,类别,扩展等等’",
"homepage": "https://gitee.com/zmzzy/ZMKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"youhebuke": "409775261@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/zmzzy/ZMKit.git",
"tag": "0.0.4"
},
"source_files": "ZMKit/**/*.{h,m}",
"public_header_files": "ZMKit/**/*.{h}",
"requires_arc": true,
"prefix_header_contents": "#import \"ZMKit.h\"",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
],
"FDFullscreenPopGesture": [
"1.1"
]
}
}