blob: df62bc2eff7596057f333aa12300377dbe73c429 [file] [log] [blame]
{
"name": "DRDNetworking",
"version": "0.6.1",
"summary": "DRDNetworking is a networking sdk started by IMF.",
"description": "Name story:\nDurandal is the sword of Charlemagne's paladinRoland in the literary series known as the Matter of France.(From Wiki)\n\nOur Durandal:\nIt's a easy way to handle remote api call. Currently, in Durandal we are using AFNetworking Session Manager.",
"homepage": "https://github.com/Eleme-IMF/DRDNetworking",
"license": "MIT",
"authors": {
"cendywang": "cendymails@gmail.com"
},
"source": {
"git": "https://github.com/Eleme-IMF/DRDNetworking.git",
"tag": "0.6.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
]
}
}