blob: 19d2e01d333bbea91a3a502ec28d483957556b90 [file] [log] [blame]
{
"name": "STRegex",
"version": "0.2.5",
"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.5"
},
"source_files": "Source/**/*.swift",
"module_name": "Regex",
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}