Files
swiftpm-stencil/Stencil.podspec.json
T. R. Bernstein 02f61d55a4
Some checks failed
Danger / Danger Check (push) Has been cancelled
Lint Cocoapods / Pod Lint (push) Has been cancelled
SwiftLint / SwiftLint (push) Has been cancelled
Test SPM / Test SPM Linux (push) Has been cancelled
Test SPM / Test SPM macOS (push) Has been cancelled
Publish on Tag / GitHub Release (push) Has been cancelled
chore: release 0.15.2
2025-09-30 23:14:57 +02:00

35 lines
674 B
JSON

{
"name": "Stencil",
"version": "0.15.2",
"summary": "Stencil is a simple and powerful template language for Swift.",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Thomas Bernstein": "developer@astzweig.kg"
},
"social_media_url": "https://twitter.com/trbernstein",
"source": {
"git": "https://github.com/swiftstencil/swiftpm-stencil.git",
"tag": "0.15.2"
},
"source_files": [
"Sources/Stencil/*.swift"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_versions": [
"5.0"
],
"requires_arc": true,
"dependencies": {
"PathKit": [
"~> 1.5.0"
]
}
}