blob: 5e56189c0af52e84c0523fe2552013f36c100d21 [file] [log] [blame]
{
"name": "LXDNetworking",
"version": "1.0.6",
"summary": "A library base on AFNetworking.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sindrilin/LXDNetworking.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linxinda": "codersindri@gmail.com"
},
"source": {
"git": "https://github.com/sindrilin/LXDNetworking.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LXDNetworking/Classes/**/*",
"public_header_files": "LXDNetworking/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}