[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 9 / a / JDRouter / 1.2.6 / JDRouter.podspec.json
blob5e0eb63b85ee8df09f36b8c6b534e9917600913a
2   "name": "JDRouter",
3   "version": "1.2.6",
4   "summary": "JDRouter",
5   "description": "JDRouter",
6   "homepage": "https://github.com/wangjindong/JDRouter.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangjindong": "419591321@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/wangjindong/JDRouter.git",
19     "tag": "1.2.6"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Intent",
29       "source_files": "Intent/**/*.{h,m}",
30       "public_header_files": "Intent/**/*.h"
31     },
32     {
33       "name": "Router",
34       "source_files": "Router/**/*.{h,m}",
35       "public_header_files": "Router/**/*.h"
36     }
37   ]