blob: b2c411e91aeaaec29ab5e1e5687abf04f34960e3 [file] [log] [blame]
{
"name": "WSBaseKit",
"version": "1.1.4",
"summary": "一套用于快速开发项目的框架",
"description": "WSBaseKit 是一套用于快速开发项目的框架",
"homepage": "https://gitee.com/taessica/WSBaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张聪": "971188623@qq.com.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/taessica/WSBaseKit.git",
"tag": "1.1.4"
},
"requires_arc": true,
"subspecs": [
{
"name": "WSBaseViewController",
"source_files": "WSBasekit/WSBaseKit/WSBaseViewController/*.{h,m}",
"frameworks": "Foundation"
},
{
"name": "WSBaseNetwork",
"source_files": "WSBaseKit/WSBaseKit/WSBaseNetwork/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "WSBaseProtocol",
"source_files": "WSBasekit/WSBaseKit/WSBaseProtocol/*.{h,m}",
"frameworks": "Foundation"
},
{
"name": "WSBaseView",
"source_files": "WSBasekit/WSBaseKit/WSBaseView/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"WSBaseKit/WSBaseProtocol": [
],
"YYKit": [
]
}
},
{
"name": "WSCommonTool",
"source_files": "WSBasekit/WSBaseKit/WSCommonTool/*.{h,m}",
"frameworks": "Foundation"
}
]
}