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