blob: eccd07c569cf4e9385b3bf9cb52e206676a1167b [file] [log] [blame]
{
"name": "Regex.swift",
"version": "1.0",
"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"
},
"social_media_url": "https://twitter.com/fpg1503",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/Regex.swift",
"pushed_with_swift_version": "3.0"
}