blob: 5f9a6505937c625d8c5bffe489fac05801601874 [file] [log] [blame]
{
"name": "LLNetworkEngine",
"version": "0.0.1",
"summary": "A network engine base on AFNetworking.",
"description": "A network engine which support GET , POST , upload file or image base on AFNetworking.",
"homepage": "https://github.com/kevll/LLNetworkEngine",
"license": "MIT",
"authors": {
"kevll": "kevliule@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kevll/LLNetworkEngine.git",
"tag": "0.0.1"
},
"source_files": "LLNetworkEngine/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}