[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / e / SwiftyStrings / 0.1.0 / SwiftyStrings.podspec.json
blob728259d88665b18586e852935bf59c6f1c146c73
2   "name": "SwiftyStrings",
3   "version": "0.1.0",
4   "summary": "SwiftyStrings is simple string manipulation extenson for Swift.",
5   "description": "SwiftyStrings is simple string manipulation extenson for Swift. The purpose of this library is to translate useful PHP string methods to Swift. This library is helpful because the Swift API to manipulate strings is complicated and difficult to use when working with string parsing or manipulation projects.",
6   "homepage": "https://github.com/adle29/SwiftyStrings",
7   "license": "MIT",
8   "authors": {
9     "Abraham Adberstein": "abraham.adberstein@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/adle29/SwiftyStrings.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "Pod/Classes/**/*",
19   "pushed_with_swift_version": "3.0"