blob: 9497540213c0a0a610aae70c5e917f13940229af [file] [log] [blame]
{
"name": "DKNetworking",
"version": "0.1.0",
"platforms": {
"ios": "8.0"
},
"summary": "基于 AFNetworking + YYCache + MJExtension 封装的可持久化网络层框架",
"homepage": "https://github.com/bingozb/DKNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bingozb": "454113692@qq.com"
},
"source": {
"git": "https://github.com/bingozb/DKNetworking.git",
"tag": "v0.1.0"
},
"source_files": "DKNetworking/*.{h,m}",
"requires_arc": true,
"libraries": "sqlite3.0",
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
],
"YYCache": [
]
}
}