Add Package.swift and move files around

This commit is contained in:
Boris Bügling
2015-12-08 11:45:03 +01:00
parent 0bfd4134f9
commit 372b2e7576
35 changed files with 22 additions and 11 deletions

View File

@@ -16,8 +16,7 @@
"tag": "0.4.0"
},
"source_files": [
"Stencil/*.swift",
"Stencil/TemplateLoader/*.swift"
"Sources/*.swift"
],
"platforms": {
"ios": "8.0",
@@ -29,9 +28,9 @@
},
"test_specification": {
"source_files": [
"StencilSpecs/*.swift",
"StencilSpecs/TemplateLoader/*.swift",
"StencilSpecs/Nodes/*.swift"
"Tests/*.swift",
"Tests/TemplateLoader/*.swift",
"Tests/Nodes/*.swift"
],
"dependencies": {
"Spectre": [ "~> 0.5.0" ],