blob: 99a947e3e37c3c8c33738353696161b91ea54497 [file] [log] [blame]
{
"name": "MZKit",
"version": "1.1.6",
"summary": "OC开发工具包(By: 张明重)",
"description": "网络请求及缓存、UIKit和Foundation的分类、帮助类等",
"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.6"
},
"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": "NSFoundation",
"source_files": "MZKit/NSFoundation/*.{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}"
}
]
}