[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / 6 / 2 / e / NoOptionalInterpolation / 1.1.0 / NoOptionalInterpolation.podspec.json
blob2b7b59ea4c86d5aba0a1b9102ab0fcb7d6a46a27
2   "name": "NoOptionalInterpolation",
3   "version": "1.1.0",
4   "summary": "Get rid of \"Optional(...)\" and \"nil\" in string interpolation.",
5   "description": "NoOptionalInterpolation gets rid of \"Optional(...)\" and \"nil\" in Swift's string interpolation.",
6   "homepage": "https://github.com/T-Pham/NoOptionalInterpolation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thanh Pham": "minhthanh@me.com"
13   },
14   "source": {
15     "git": "https://github.com/T-Pham/NoOptionalInterpolation.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "watchos": "2.0"
22   },
23   "source_files": "NoOptionalInterpolation/Classes/**/*"