[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / b / StringTemplate / 1.0.1 / StringTemplate.podspec.json
blobf39b06bf112c2857455bc9de6885683437d37db7
2   "name": "StringTemplate",
3   "version": "1.0.1",
4   "license": "Apache License, Version 2.0",
5   "homepage": "https://github.com/square/StringTemplate",
6   "authors": "Square",
7   "summary": "String templating for Swift made easy.",
8   "source": {
9     "git": "https://github.com/square/StringTemplate.git",
10     "tag": "v1.0.1"
11   },
12   "source_files": "Sources/*.swift",
13   "requires_arc": true,
14   "compiler_flags": "-whole-module-optimization",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   }