[Add] DriveKitDBGroupAccess 2.10.0
[CocoaPods.git] / Specs / 8 / f / 0 / LSJNetWorking / 0.0.2 / LSJNetWorking.podspec.json
blob50e7bde8fc7586906cd07e1e52ed2c89ab2adf75
2   "name": "LSJNetWorking",
3   "version": "0.0.2",
4   "summary": "基于AFNetworking 4.x 最新版本的网络封装",
5   "description": "基于AFNetworking 4.x 最新版本的封装 集成了get/post 方法请求数据,单图/多图上传,视频上传/下载,网络监测 等多种网络请求方式.",
6   "homepage": "https://github.com/songjie1314/LSJNetWorking",
7   "license": "MIT",
8   "authors": {
9     "阿杰": "email@address.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/songjie1314/LSJNetWorking.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "LSJNetWorking",
21     "我的网络框架/我的框架/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "我的网络框架/我的框架/*.h",
25   "dependencies": {
26     "AFNetworking": [
28     ]
29   }