blob: 91910867bee9444c81c8117238e324b97b98b3c7 [file] [log] [blame]
{
"name": "STRegex",
"version": "1.0.0-beta",
"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"
},
"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"
}