blob: 549016f72749bc8f234d2bf5e6dbe90ca56149e1 [file] [log] [blame]
{
"name": "LCNetwork",
"version": "1.3.5",
"summary": "基于AFNetworking的网络库封装",
"homepage": "https://github.com/bawn/LCNetwork",
"license": "MIT",
"authors": {
"bawn": "lc5491137@gmail.com"
},
"source": {
"git": "https://github.com/bawn/LCNetwork.git",
"tag": "1.3.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LCNetwork/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"TMCache": [
"~> 2.1.0"
]
},
"frameworks": "CFNetwork"
}