blob: f39b06bf112c2857455bc9de6885683437d37db7 [file] [log] [blame]
{
"name": "StringTemplate",
"version": "1.0.1",
"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.1"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"compiler_flags": "-whole-module-optimization",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}