blob: b8c055f26807d2f14a2d61f4169a72c22c376d80 [file] [log] [blame]
{
"name": "MeileleNetworkSupport",
"version": "2.0.0",
"summary": "A delightful iOS networking framework with AFNetWorking ",
"homepage": "https://github.com/louis-cai/MeileleNetworkSupport",
"license": "MIT",
"authors": {
"louis cai": "louis.cai.cn@gmail.com"
},
"source": {
"svn": "svn://192.168.0.36/iOS/MeileleAPI/MLLMasterAPI/",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MLLMasterAPI/**",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.4.1"
]
}
}