Switch to Conche and Spectre

This commit is contained in:
Kyle Fuller
2015-10-22 11:49:32 -07:00
parent 6464b3170a
commit d5acc7298c
36 changed files with 577 additions and 1492 deletions

View File

@@ -26,5 +26,16 @@
"requires_arc": true,
"dependencies": {
"PathKit": [ "~> 0.5.0" ]
},
"test_specification": {
"source_files": [
"StencilSpecs/*.swift",
"StencilSpecs/TemplateLoader/*.swift",
"StencilSpecs/Nodes/*.swift"
],
"dependencies": {
"Spectre": [ "~> 0.4.1" ],
"PathKit": [ "~> 0.5.0" ]
}
}
}