blob: 1ed74b8e080a21edae4ba4aaeb115bf7caed0064 [file] [log] [blame]
{
"name": "STRegex",
"version": "0.2.6",
"summary": "A Swift µframework providing an NSRegularExpression-backed Regex type",
"homepage": "https://github.com/sharplet/Regex",
"license": "LICENSE.txt",
"authors": "Adam Sharp",
"source": {
"git": "https://github.com/sharplet/Regex.git",
"tag": "0.2.6"
},
"source_files": "Source/**/*.swift",
"module_name": "Regex",
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}