[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 6 / 2 / e / NoOptionalInterpolation / 2.0.5 / NoOptionalInterpolation.podspec.json
blob2dd0982cbf2c5c2ffc2d9ed409b4e2c26bcb9b56
2   "name": "NoOptionalInterpolation",
3   "version": "2.0.5",
4   "summary": "Get rid of \"Optional(...)\" and \"nil\" in string interpolation. Easy pluralization.",
5   "description": "NoOptionalInterpolation gets rid of \"Optional(...)\" and \"nil\" in Swift's string interpolation and provides an easy way to pluralize your text.",
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": "2.0.5"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": "NoOptionalInterpolation/Classes/**/*"