[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 6 / 8 / e / ZTRouter / 0.1.5 / ZTRouter.podspec.json
blob1a47578c8726b07d01a685a22943176eeb820120
2   "name": "ZTRouter",
3   "version": "0.1.5",
4   "summary": "iOS的路由封装,逐步完善中",
5   "homepage": "https://gitee.com/huanglutt/ZTRouter",
6   "license": "MIT",
7   "authors": {
8     "Lucky Huang": "583699255@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "git@gitee.com:huanglutt/ZTRouter.git",
15     "tag": "0.1.5"
16   },
17   "requires_arc": true,
18   "source_files": "ZTRouter/ZTRouter.h",
19   "subspecs": [
20     {
21       "name": "router",
22       "source_files": [
23         "ZTRouter/ZTRoute*.*",
24         "ZTRouter/UIViewController+ZTRouter.{h,m}",
25         "ZTRouter/Transition/**/*.{h,m}"
26       ]
27     }
28   ]