blob: 5338112c0160a10811c22bef8fd90f4724db4038 [file] [log] [blame]
{
"name": "DKNetworking",
"version": "0.0.1",
"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.0.1"
},
"source_files": "DKNetworking/*.{h,m}",
"requires_arc": true,
"libraries": "sqlite3.0",
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
],
"YYCache": [
]
}
}