[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / e / 8 / PageNavigator / 1.0.0 / PageNavigator.podspec.json
blobc405dc97ccff38e7d6de3d84f7a26bc68731ef07
2   "name": "PageNavigator",
3   "version": "1.0.0",
4   "summary": "A simple app internal navigation framework to replace the cumbersome navigation logic.",
5   "homepage": "https://github.com/liuxc123/PageNavigator",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liuxc123": "lxc_work@126.com"
12   },
13   "source": {
14     "git": "https://github.com/liuxc123/PageNavigator.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "swift_version": "4.2",
22   "source_files": "PageNavigator/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ]