[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 9 / Navigator / 0.3.1 / Navigator.podspec.json
blob861bc9799c4346a0b963d4f219aa1c801d336cc3
2   "name": "Navigator",
3   "version": "0.3.1",
4   "summary": "URL-based view navigation for iOS",
5   "homepage": "http://github.com/derkis/Navigator",
6   "authors": {
7     "Ty Cobb": "ty.cobb.m@gmail.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "License.txt"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/derkis/Navigator.git",
19     "tag": "v0.3.1"
20   },
21   "dependencies": {
22     "YOLOKit": [
23       "~> 11"
24     ]
25   },
26   "xcconfig": {
27     "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"
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Navigator/*.{h,m}",
34         "Navigator/Router/*.{h,m}",
35         "Navigator/Routes/*.{h,m}",
36         "Navigator/Transitions/*.{h,m}",
37         "Navigator/Updates/*.{h,m}",
38         "Navigator/Shared/*.{h,m}"
39       ],
40       "public_header_files": [
41         "Navigator/*.h",
42         "Navigator/Router/*.h",
43         "Navigator/Routes/*.h",
44         "Navigator/Transitions/*.h",
45         "Navigator/Updates/*.h",
46         "Navigator/Shared/*.h"
47       ]
48     },
49     {
50       "name": "View",
51       "dependencies": {
52         "Navigator/Core": [
54         ]
55       },
56       "source_files": "Navigator/View/*.{h,m}",
57       "public_header_files": "Navigator/View/*.h",
58       "xcconfig": {
59         "GCC_PREPROCESSOR_DEFINITIONS": "NAVIGATOR_VIEW"
60       }
61     }
62   ]