blob: b0dd1b6b913269dafd8eb702c0a504d78f50a7a9 [file] [log] [blame]
{
"name": "STRegex",
"version": "1.1.0",
"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.1.0"
},
"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"
}