[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 1 / SwiftString3 / 1.0.11 / SwiftString3.podspec.json
blob40e572912499e229c82c108b1773bf186588fce6
2   "name": "SwiftString3",
3   "version": "1.0.11",
4   "summary": "A lightweight string extension for Swift",
5   "description": "SwiftString is a lightweight string extension for Swift 3.\nThis library was motivated by having to search StackOverflow for common string operations, and wanting them to be in one place with test coverage.\n\nNote the original client side Swift 2 repo can be found here: https://github.com/amayne/SwiftString",
6   "homepage": "https://github.com/malt03/SwiftString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Mayne": "andrew@redbricklab.com",
13     "Jonathan Guthrie": "jono@guthrie.net.nz",
14     "Koji Murata": "malt.koji@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/malt03/SwiftString.git",
18     "tag": "1.0.11"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   },
27   "source_files": "Sources/**/*",
28   "pushed_with_swift_version": "3.0"