blob: d4da32bb0328930e816c071f3ead9c99a5888384 [file] [log] [blame]
{
"name": "re",
"version": "1.0.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.0.0"
},
"requires_arc": true,
"source_files": "re/**/*.{swift,h}",
"swift_version": "4.1",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}