[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / f / CoreNavigation / 0.1.5 / CoreNavigation.podspec.json
blobd461a03dc8d96f393f8fb946af3ec7f875009d05
2   "name": "CoreNavigation",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "0.1.5",
7   "license": "MIT",
8   "summary": "A Swift navigation framework",
9   "authors": "Aron Balog",
10   "homepage": "https://github.com/aronbalog/CoreNavigation",
11   "source": {
12     "git": "https://github.com/aronbalog/CoreNavigation.git",
13     "tag": "0.1.5"
14   },
15   "requires_arc": true,
16   "xcconfig": {
17     "SWIFT_VERSION": "4.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "CoreNavigation/Core/**/*.{swift}"
24     },
25     {
26       "name": "Routing",
27       "source_files": "CoreNavigation/Plugins/Routing/**/*.{swift}",
28       "pod_target_xcconfig": {
29         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ROUTING"
30       },
31       "dependencies": {
32         "CoreNavigation/Core": [
34         ],
35         "CoreRoute": [
36           "~> 0.1.1"
37         ]
38       }
39     }
40   ]