blob: 50b49a966bd93929c2d128363f5e6f43492137e9 [file] [log] [blame]
{
"name": "RegularExpressions",
"version": "2.0.5",
"summary": "A regular expressions library for Swift",
"homepage": "https://github.com/Peter-Schorn/RegularExpressions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter Schorn": "petervschorn@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Peter-Schorn/RegularExpressions.git",
"tag": "2.0.5"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.2",
"swift_version": "5.2"
}