[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / f / 9 / a / JDRouter / 2.0.0 / JDRouter.podspec.json
blob9c0284c4d69d41fc22df3a3c33088ace25c051aa
2   "name": "JDRouter",
3   "version": "2.0.0",
4   "summary": "JDRouter",
5   "description": "JDRouter",
6   "homepage": "https://github.com/JDongKhan/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/JDongKhan/JDRouter.git",
19     "tag": "2.0.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Intent",
29       "source_files": "Sources/Intent/*.{h,m}",
30       "public_header_files": "Sources/Intent/*.h"
31     },
32     {
33       "name": "Annotation",
34       "source_files": "Sources/Annotation/*.{h,m}",
35       "public_header_files": "Sources/Annotation/*.h"
36     }
37   ]