blob: 7bc2008045b4807779bb574b69a7407cbc45914f [file] [log] [blame]
{
"name": "MZKit",
"version": "1.1.8",
"summary": "iOS开发工具包OC版(By: 张明重)",
"description": "网络请求及缓存、UIKit和Foundation的分类、Macros、view的基类、GCD和帮助类等",
"homepage": "https://gitee.com/hkh_01/MZKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MJCheung": "the12306@qq.com"
},
"source": {
"git": "https://gitee.com/hkh_01/MZKit.git",
"tag": "1.1.8"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "MZKit/*.{h,m}",
"public_header_files": "MZKit/MZKit.h",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "UIKit",
"source_files": "MZKit/UIKit/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "MZKit/Foundation/*.{h,m}"
},
{
"name": "Other",
"source_files": "MZKit/Other/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"YYCache": [
"~> 1.0.4"
]
}
},
{
"name": "GCD",
"source_files": "MZKit/GCD/*.{h,m}"
},
{
"name": "BaseView",
"source_files": "MZKit/BaseView/*.{h,m}"
}
]
}