blob: b6d369d850a3f0077332c4790b3d19861c2a37b2 [file] [log] [blame]
{
"name": "LCNetworking",
"version": "1.4.0",
"summary": "LCNetworking 是一个基于 AFNetworking 的网络请求框架",
"description": "LCNetworking 是一个基于 AFNetworking 的网络请求框架, 解决了 AFNetworking 中存在的内存泄漏问题",
"homepage": "https://github.com/Little-Captain/LCNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Little-Captain": "littlecaptain@foxmail.com"
},
"source": {
"git": "https://github.com/Little-Captain/LCNetworking.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "LCNetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
]
}
}