blob: 910e8f6dc7694aa05ce816c1960a5ead9bfe69c6 [file] [log] [blame]
{
"name": "Regex.swift",
"version": "2.0",
"summary": "A Simple Swift NSRegularExpression wrapper",
"description": "A simple wrapper for Regular Expressions using Swift 4.0",
"homepage": "https://github.com/fpg1503/Regex.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francesco Perrotti-Garcia": "fpg1503@gmail.com"
},
"source": {
"git": "https://github.com/fpg1503/Regex.swift.git",
"tag": "2.0"
},
"social_media_url": "https://twitter.com/fpg1503",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Source/Regex.swift",
"pushed_with_swift_version": "4.0"
}