blob: 8ee09178618fed297517d99191ca1d2a6ff68ebe [file] [log] [blame]
{
"name": "Coherence",
"version": "2.0.4",
"summary": "Coherence",
"description": "Coherence is a collection of base frameworks that help set the groundwork for module development.",
"homepage": "https://github.com/tonystone/coherence",
"license": "Apache License, Version 2.0",
"authors": "Tony Stone",
"source": {
"git": "https://github.com/tonystone/coherence.git",
"tag": "2.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"module_name": "Coherence",
"default_subspecs": [
"Configuration",
"Stack"
],
"dependencies": {
"TraceLog": [
"~> 2.0"
],
"TraceLog/ObjC": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "ConfigurationCore",
"requires_arc": false,
"source_files": "Sources/ConfigurationCore/**/*"
},
{
"name": "Configuration",
"dependencies": {
"Coherence/ConfigurationCore": [
]
},
"source_files": "Sources/Configuration/*"
},
{
"name": "Stack",
"source_files": "Sources/Stack/*"
}
]
}