blob: 9e967d781a18c7364c88a4db731619ada4c28c2b [file] [log] [blame]
{
"name": "RMNetwork",
"version": "0.1.7",
"summary": "For AFNetworking 3.x.",
"homepage": "https://github.com/lweisNoN/RMNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luhai": "13076080418@163.com",
"Tony Duan": "duanhai@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lweisNoN/RMNetwork.git",
"tag": "0.1.7"
},
"source_files": "RMNetWork/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}