[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / 1 / f / CoreNavigation / 0.4.0 / CoreNavigation.podspec.json
blobb11c075483614a552e37048a17e4309bcf0e2144
2   "name": "CoreNavigation",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "0.4.0",
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.4.0"
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.2.2"
37         ]
38       }
39     }
40   ]