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