[Add] BOTransition 2.4.2
[CocoaPods.git] / Specs / c / b / 3 / AFORouter / 0.0.5 / AFORouter.podspec.json
bloba3a88a0d731b6dfcd18654f83e1ba0e2e6d1b676
2   "name": "AFORouter",
3   "version": "0.0.5",
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.5"
17   },
18   "source_files": "AFORouter/AFORouter.h",
19   "public_header_files": "AFORouter/AFORouter.h",
20   "requires_arc": true,
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/AFORouter/router/*.h\",\"$(SDKROOT)/AFORouter/manager/*.h\""
23   },
24   "subspecs": [
25     {
26       "name": "router",
27       "source_files": "AFORouter/router/*.{h,m}",
28       "public_header_files": "AFORouter/router/*.h"
29     },
30     {
31       "name": "manager",
32       "dependencies": {
33         "AFORouter/router": [
35         ],
36         "AFOFoundation": [
38         ]
39       },
40       "source_files": "AFORouter/manager/*.{h,m}",
41       "public_header_files": "AFORouter/manager/*.h"
42     }
43   ]