[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / 3 / AFORouter / 0.0.9 / AFORouter.podspec.json
blob30153a00b441a70efb9fd7ab053042b58e12c020
2   "name": "AFORouter",
3   "version": "0.0.9",
4   "summary": "The router.",
5   "description": "Used to pass values between pages.",
6   "homepage": "https://github.com/PangDuTechnology/AFORouter.git",
7   "license": "MIT",
8   "authors": {
9     "PangDu": "xian312117@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/PangDuTechnology/AFORouter.git",
16     "tag": "0.0.9"
17   },
18   "source_files": "AFORouter/AFORouter.h",
19   "public_header_files": "AFORouter/AFORouter.h",
20   "requires_arc": true,
21   "dependencies": {
22     "AFOSchedulerCore": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "router",
29       "source_files": "AFORouter/router/*.{h,m}",
30       "public_header_files": "AFORouter/router/*.h"
31     },
32     {
33       "name": "manager",
34       "dependencies": {
35         "AFORouter/router": [
37         ],
38         "AFOFoundation": [
40         ]
41       },
42       "source_files": "AFORouter/manager/*.{h,m}",
43       "public_header_files": "AFORouter/manager/*.h"
44     }
45   ]