[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / a / f / HQRouter / 1.0.0 / HQRouter.podspec.json
blob53e3b7d2b2ead3e9cca2f2d75d2e4ac193fce325
2   "name": "HQRouter",
3   "version": "1.0.0",
4   "summary": "路由功能",
5   "description": "路由功能.",
6   "homepage": "https://github.com/LiuHuanQing/HQRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "刘欢庆": "liu-lhq@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/LiuHuanQing/HQRouter.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "MGJRouter",
28     "Aspects"
29   ],
30   "dependencies": {
31     "MGJRouter": [
32       "~> 0.9.3"
33     ],
34     "Aspects": [
35       "~> 1.4.1"
36     ]
37   }