blob: e7ec1f2e0061549d3886320447c5929b0b527780 [file] [log] [blame]
{
"name": "MeileleNetworkSupport",
"version": "0.1.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/trunk"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MLLMasterAPI/**",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.4.1"
]
}
}