blob: 867c7e16e30349351af305e736e3bdec2f3b911f [file] [log] [blame]
{
"name": "WSBaseKit",
"version": "1.0.8",
"summary": "Components common to some projects.",
"description": "Components common for some projects",
"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.0.8"
},
"source_files": "WSBaseKit/WSBaseKit/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}