blob: 176b55c7eca770421a1f6aaa691a6e597f2db089 [file] [log] [blame]
{
"name": "AFNetworkingLogger",
"version": "1.0.1",
"license": "MIT",
"summary": "AFNetworking 3.0 Extension for Network Request Logging",
"homepage": "https://github.com/leleliu008/AFNetworkingLogger",
"authors": {
"fpliu": "792793182@qq.com"
},
"source": {
"git": "https://github.com/leleliu008/AFNetworkingLogger.git",
"tag": "1.0.1"
},
"source_files": "AFNetworkingLogger",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 3.0"
]
}
}