blob: 248ac31f74cad91bb5088d1ac8dd30b6fb6f092e [file] [log] [blame]
{
"name": "LXDNetworking",
"version": "1.0.7",
"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.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LXDNetworking/Classes/**/*",
"public_header_files": "LXDNetworking/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}