Add Package.swift and move files around
This commit is contained in:
@@ -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" ],
|
||||
|
||||
Reference in New Issue
Block a user