blob: cbc9c835dba3d1b2b7ec41725fbe05a579306a06 [file] [log] [blame]
{
"name": "STRegex",
"version": "1.0.0-beta.2",
"summary": "A Swift µframework providing an NSRegularExpression-backed Regex type",
"homepage": "https://github.com/sharplet/Regex",
"license": "LICENSE.txt",
"authors": "Adam Sharp",
"social_media_url": "https://twitter.com/sharplet",
"source": {
"git": "https://github.com/sharplet/Regex.git",
"tag": "1.0.0-beta.2"
},
"source_files": "Source/**/*.swift",
"module_name": "Regex",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.1"
}