blob: dac1f9cf5d6b2112219259fcd16a57d0aff9840a [file] [log] [blame]
{
"name": "TSReqKit",
"version": "1.1.6",
"summary": "A Lib For Req.",
"description": "TSReqKit 是一个网络请求封装",
"homepage": "https://github.com/StoneStoneStoneWang/TSReqKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/TSReqKit.git",
"tag": "1.1.6"
},
"source_files": "Code/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
],
"YYCache": [
]
}
}