[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / b / StringTemplate / 2.1.0 / StringTemplate.podspec.json
blobece9113ce3ad351a1f1deb953e738114e155f236
2   "name": "StringTemplate",
3   "version": "2.1.0",
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": "v2.1.0"
11   },
12   "source_files": "Sources/*.swift",
13   "swift_versions": [
14     "4.0",
15     "5.0"
16   ],
17   "requires_arc": true,
18   "compiler_flags": "-whole-module-optimization",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "swift_version": "5.0"