[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / d / 7 / DZRouter / 1.0.1 / DZRouter.podspec.json
blobbf0fa5115fed3f660c24ffe6a243619cce6d09be
2   "name": "DZRouter",
3   "version": "1.0.1",
4   "summary": "封装好的简单URL Router中间件,用于解耦。",
5   "description": "封装好的简单URL Router中间件,用于解耦,借鉴网络上大神的思路加以修改,目的在于学习组件化思想。",
6   "homepage": "https://github.com/zhangguozhong/DZRouter.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangguozhong": "494316382@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangguozhong/DZRouter.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "DZRouter/Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "ZTopViewController": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Categories",
34       "source_files": "DZRouter/Categories/**/*.{h,m}"
35     }
36   ]