blob: ca88adf4430e0e80b5a32676406e954a5ec4b6e2 [file] [log] [blame]
{
"name": "CoreNavigation",
"platforms": {
"ios": "8.0"
},
"version": "0.1.2",
"license": "MIT",
"summary": "A Swift navigation framework",
"authors": "Aron Balog",
"homepage": "https://github.com/aronbalog/CoreNavigation",
"source": {
"git": "https://github.com/aronbalog/CoreNavigation.git",
"tag": "0.1.2"
},
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "4.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "CoreNavigation/Core/**/*.{swift}"
},
{
"name": "Routing",
"source_files": "CoreNavigation/Plugins/Routing/**/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ROUTING"
},
"dependencies": {
"CoreNavigation/Core": [
],
"CoreRoute": [
"~> 0.1.1"
]
}
}
]
}