[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / a / 2 / LCNetworking / 1.2.0 / LCNetworking.podspec.json
blob0ad09ff870c1480494fffbcc649a859758a8485b
2   "name": "LCNetworking",
3   "version": "1.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9"
21   },
22   "source_files": "LCNetworking/Classes/**/*",
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }