blob: 8d77edc785b1b9027953660ec820b143b9db4806 [file] [log] [blame]
{
"name": "LLNetworkEngine",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "LLNetworkEngine/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}