blob: 3750584b06fe2d7b694873b33e4b8c2dc458de30 [file] [log] [blame]
{
"name": "RMNetwork",
"version": "0.1.3",
"summary": "For AFNetworking 3.x.",
"homepage": "https://github.com/lweisNoN/RMNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luhai": "18221536574@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lweisNoN/RMNetwork.git",
"tag": "0.1.3"
},
"public_header_files": "RMNetWork/RMNetWork.h",
"source_files": "RMNetWork/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}