[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 5 / a / f / Regex.swift / 1.0.3 / Regex.swift.podspec.json
blobbad57766adf2c938746d9cf425c05459d6e09faf
2   "name": "Regex.swift",
3   "version": "1.0.3",
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.3"
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"