blob: b84b2b70db1f6c650867bc332b58e6c2c9bfb549 [file] [log] [blame]
{
"name": "LCNetwork",
"version": "0.0.2",
"summary": "LCNetwork is a high level request util based on AFNetworking",
"homepage": "https://github.com/bawn/LCNetwork",
"license": "MIT",
"authors": {
"bawn": "lc5491137@gmail.com"
},
"source": {
"git": "https://github.com/bawn/LCNetwork.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "LCNetwork/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"TMCache": [
"~> 2.1.0"
]
}
}