blob: 51683032dcc009ba9e1af3da8bdb2b85318263a9 [file] [log] [blame]
{
"name": "TSReqKit",
"version": "1.1.4",
"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.4"
},
"source_files": "Code/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
],
"YYCache": [
]
}
}