[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / f / 6 / DWNetwork / 0.0.1 / DWNetwork.podspec.json
blobb46ec10d617f3917421bdcfbb7d7880ec26baaa2
2   "name": "DWNetwork",
3   "version": "0.0.1",
4   "summary": "对AFN进行简单的封装",
5   "description": "简单封装AFN,更方便快捷的使用网络请求",
6   "homepage": "https://github.com/DawnWdf/DWNetwork.git",
7   "license": "MIT",
8   "authors": {
9     "Dawn": "icy19882006@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/DawnWdf/DWNetwork.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "DWNetwork",
20     "DWNetwork/**/*.{h,m}"
21   ],
22   "dependencies": {
23     "AFNetworking": [
25     ]
26   }