blob: 396d6794b13e3b736b97ae07de0de05428ae4ced [file] [log] [blame]
{
"name": "STRegex",
"version": "0.4.3",
"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": "0.4.3"
},
"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.0"
}