[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 9 / f / WYNetWork / 1.0.0 / WYNetWork.podspec.json
blob5767081dcd9d17ea19101745dd57e9568cddbfbe
2   "name": "WYNetWork",
3   "version": "1.0.0",
4   "summary": "WYNetWork基于AFNetWorking 3.1.0重新封装的一款轻量级网络工具。 采用面向对象的方式更加符合开发习惯。",
5   "description": "WYNetWork基于AFNetWorking 3.1.0重新封装的一款轻量级网络工具。 采用面向对象的方式更加符合开发习惯。",
6   "homepage": "https://github.com/yoowei",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yoowei": "wyhist2012@126.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/yoowei/WYNetWork.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "WYNetWork",
23     "WYNetWork/**/*.{h,m}"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.1.0"
28     ]
29   }