[Delete] YLCategory-Swift-MacOS 1.0.3
[CocoaPods.git] / Specs / 5 / a / f / Regex.swift / 1.0.2 / Regex.swift.podspec.json
blobde3c406b901f6c9bf4180f44f121007280ae923c
2   "name": "Regex.swift",
3   "version": "1.0.2",
4   "summary": "A Simple Swift NSRegularExpression wrapper",
5   "description": "A simple wrapper for Regular Expressions using Swift 3.0",
6   "homepage": "https://github.com/fpg1503/Regex.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Francesco Perrotti-Garcia": "fpg1503@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fpg1503/Regex.swift.git",
16     "tag": "1.0.2"
17   },
18   "social_media_url": "https://twitter.com/fpg1503",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source_files": "Source/Regex.swift",
26   "pushed_with_swift_version": "3.0"