blob: ac0fc06aae1df033f9782d1197c25456bb843a43 [file] [log] [blame]
{
"name": "StringTemplate",
"version": "1.0.2",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/square/StringTemplate",
"authors": "Square",
"summary": "String templating for Swift made easy.",
"source": {
"git": "https://github.com/square/StringTemplate.git",
"tag": "v1.0.2"
},
"source_files": "Sources/*.swift",
"swift_versions": "4.0",
"requires_arc": true,
"compiler_flags": "-whole-module-optimization",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.0"
}