[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 6 / 2 / e / NoOptionalInterpolation / 0.2.0 / NoOptionalInterpolation.podspec.json
blob5d8f321a41504a0d4e75ba9849f057f89f8b774c
2   "name": "NoOptionalInterpolation",
3   "version": "0.2.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": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NoOptionalInterpolation/Classes/**/*"