[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 9 / Navigator / 0.3.7 / Navigator.podspec.json
blob8e5a8d45916aba7823d7da3998c58df9342c93c9
2   "name": "Navigator",
3   "version": "0.3.7",
4   "summary": "Router for iOS view navigation & animation",
5   "description": "                   Navigator is a router for tracking application state and transitioning between views. It provides default \n                   implementations for managing UINavigationController's stack and displaying views modally, and it provides \n                   extension points for custom navigation hierarchies and animations.\n",
6   "homepage": "http://github.com/derkis/Navigator",
7   "authors": {
8     "Ty Cobb": "ty.cobb.m@gmail.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "License.txt"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/derkis/Navigator.git",
20     "tag": "v0.3.7"
21   },
22   "dependencies": {
23     "YOLOKit": [
24       "~> 11"
25     ]
26   },
27   "xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "YOLO_LAST=1 YOLO_SKIP=1 YOLO_SNIP=1 YOLO_SPLIT=1 YOLO_JOIN=1 YOLO_EXTEND=1 YOLO_SELECT=1 YOLO_MAP=1 YOLO_FIND=1 YOLO_CONCAT=1 YOLO_UNIQ=1 YOLO_ARRAY=1 YOLO_DICT=1 YOLO_FIRST=1 YOLO_INJECT=1 YOLO_FLATTEN=1"
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "Navigator/*.{h,m}",
35         "Navigator/Router/*.{h,m}",
36         "Navigator/Routes/*.{h,m}",
37         "Navigator/Transitions/*.{h,m}",
38         "Navigator/Updates/*.{h,m}",
39         "Navigator/Shared/*.{h,m}"
40       ],
41       "public_header_files": [
42         "Navigator/*.h",
43         "Navigator/Router/*.h",
44         "Navigator/Routes/*.h",
45         "Navigator/Transitions/*.h",
46         "Navigator/Updates/*.h",
47         "Navigator/Shared/*.h"
48       ]
49     },
50     {
51       "name": "View",
52       "dependencies": {
53         "Navigator/Core": [
55         ]
56       },
57       "source_files": "Navigator/View/*.{h,m}",
58       "public_header_files": "Navigator/View/*.h",
59       "xcconfig": {
60         "GCC_PREPROCESSOR_DEFINITIONS": "NAVIGATOR_VIEW"
61       }
62     }
63   ]