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