[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / 9 / GCTRouter / 0.0.1 / GCTRouter.podspec.json
blobac8d8fda2063c22e15b3f80197794ea2b91b240c
2   "name": "GCTRouter",
3   "version": "0.0.1",
4   "summary": "Swift 路由 router",
5   "description": "Swift 版本的router:\n可通过注册的scheme 获取ViewController,也可通过native的配置获取ViewController",
6   "homepage": "https://github.com/KKLater/Router",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Later": "lshxin89@126.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/KKLater/Router.git",
19     "tag": "0.0.1"
20   },
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-lObjC"
23   },
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "requires_arc": true,
29   "swift_version": "4.2",
30   "source_files": "Router/*.swift"