[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 9 / a / 2 / LCNetworking / 1.0.0 / LCNetworking.podspec.json
blob7281dc58736ac1b01ddb361cc8d5fc6817f018e2
2   "name": "LCNetworking",
3   "version": "1.0.0",
4   "summary": "LCNetworking 是一个基于 AFNetworking 的网络请求框架",
5   "description": "LCNetworking 是一个基于 AFNetworking 的网络请求框架, 解决了 AFNetworking 中存在的内存泄漏问题",
6   "homepage": "https://github.com/Little-Captain/LCNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Little-Captain": "littlecaptain@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Little-Captain/LCNetworking.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "source_files": "LCNetworking/Classes/**/*",
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }