blob: a4e11faa12cba4ffa256ff0996304faa0b8cbecc [file] [log] [blame]
{
"name": "WSBaseKit",
"version": "1.1.2",
"summary": "Components common to some projects.",
"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.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "WSBaseNetwork",
"source_files": "WSBaseKit/WSBaseKit/WSBaseNetwork/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "WSBaseProtocol",
"source_files": "WSBasekit/WSBaseKit/WSBaseProtocol/*.{h,m}",
"frameworks": "Foundation"
}
]
}