35 lines
714 B
JSON
35 lines
714 B
JSON
{
|
|
"name": "Stencil",
|
|
"version": "0.13.0",
|
|
"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"
|
|
},
|
|
"social_media_url": "https://twitter.com/kylefuller",
|
|
"source": {
|
|
"git": "https://github.com/stencilproject/Stencil.git",
|
|
"tag": "0.13.0"
|
|
},
|
|
"source_files": [
|
|
"Sources/*.swift"
|
|
],
|
|
"platforms": {
|
|
"ios": "8.0",
|
|
"osx": "10.9",
|
|
"tvos": "9.0"
|
|
},
|
|
"cocoapods_version": ">= 1.4.0",
|
|
"swift_version": "4.2",
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"PathKit": [
|
|
"~> 0.9.0"
|
|
]
|
|
}
|
|
}
|