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