blob: ddb9c788dcf5933190cf2b6da5c71f0935dfe9af [file] [log] [blame]
{
"name": "RDNetService",
"version": "1.0.0",
"summary": "An easy, simple, convenient tool for http request, dependent on AFNetworking",
"homepage": "https://github.com/Radarrrrr/RDNetService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Radar": "imryd@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Radarrrrr/RDNetService.git",
"tag": "1.0.0"
},
"source_files": "RDNetService/*",
"dependencies": {
"AFNetworking": [
]
},
"requires_arc": true
}