blob: efb9c4775055d52a4916a84407f25c05555473ff [file] [log] [blame]
{
"name": "re",
"version": "1.1.0",
"summary": "Pythonic RegEx library.",
"homepage": "https://meniny.cn/",
"social_media_url": "https://meniny.cn/",
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/Meniny/re.git",
"tag": "1.1.0"
},
"requires_arc": true,
"source_files": "re/**/*.{swift,h}",
"swift_versions": "5",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}