| { |
| "name": "LCNetworking", |
| "version": "1.3.2", |
| "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.3.2" |
| }, |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9" |
| }, |
| "source_files": "LCNetworking/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ] |
| } |
| } |