[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / f / 6 / WSRouter.swift / 0.0.1 / WSRouter.swift.podspec.json
blob044393c712c14aa20a3e1347b58b138b2da5edc3
2   "name": "WSRouter.swift",
3   "module_name": "WSRouter",
4   "version": "0.0.1",
5   "summary": "A router for ios.",
6   "swift_versions": "5.1",
7   "description": "A router for ios. Support endpoint and perform selector or controller.",
8   "homepage": "https://github.com/zevwings/WSRouter",
9   "license": {
10     "type": "Apache",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "zevwings": "zev.wings@gmail.com"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/zevwings/WSRouter.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "WSRouter/WSRouter.h",
25     "WSRouter/**/*.{h,m,swift}"
26   ],
27   "requires_arc": true,
28   "swift_version": "5.1"