blob: 72dd9ba8fd15fe8b25e63e1f5c6a165c50dc7a00 [file] [log] [blame]
{
"name": "KSCNetworking",
"version": "1.2",
"summary": "KSCNetworking.",
"description": "this is KSCNetworking",
"homepage": "https://dev.tencent.com/u/KanSC",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"KanSC": "kanscemail@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://git.dev.tencent.com/KanSC/KSCNetworking.git",
"tag": "1.2"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"ios": {
"vendored_frameworks": "Product/*.framework"
},
"dependencies": {
"AFNetworking": [
],
"KSCMacro": [
]
}
}