refactor: Adapt to new repository

This commit is contained in:
T. R. Bernstein
2025-09-30 18:48:15 +02:00
parent 17af3bace1
commit 6811c71bd6
66 changed files with 224 additions and 622 deletions

View File

@@ -2,17 +2,16 @@
"name": "Stencil",
"version": "0.15.1",
"summary": "Stencil is a simple and powerful template language for Swift.",
"homepage": "https://stencil.fuller.li",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
"Thomas Bernstein": "developer@astzweig.kg"
},
"social_media_url": "https://twitter.com/kylefuller",
"social_media_url": "https://twitter.com/trbernstein",
"source": {
"git": "https://github.com/stencilproject/Stencil.git",
"git": "https://github.com/swiftstencil/swiftpm-stencil.git",
"tag": "0.15.1"
},
"source_files": [
@@ -23,14 +22,13 @@
"osx": "10.9",
"tvos": "9.0"
},
"cocoapods_version": ">= 1.7.0",
"swift_versions": [
"5.0"
],
"requires_arc": true,
"dependencies": {
"PathKit": [
"~> 1.0.0"
"~> 1.5.0"
]
}
}