blob: bad57766adf2c938746d9cf425c05459d6e09faf [file] [log] [blame]
{
"name": "Regex.swift",
"version": "1.0.3",
"summary": "A Simple Swift NSRegularExpression wrapper",
"description": "A simple wrapper for Regular Expressions using Swift 3.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": "1.0.3"
},
"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": "3.0"
}