blob: b64efe65e7576eee358e9e076724638d7d2d98c8 [file] [log] [blame]
{
"name": "LCNetwork",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "LCNetwork/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"TMCache": [
"~> 2.1.0"
]
}
}