[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 6 / e / 8 / String+Extensions / 1.1.0 / String+Extensions.podspec.json
blob1d851a9468fa555669ce394daf71977527925aec
2   "name": "String+Extensions",
3   "version": "1.1.0",
4   "summary": "A lightweight string extension for Swift",
5   "description": "String+Extensions 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.1.0"
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"