blob: 6211d31db18b6b6447bdebd5203881c819b0c515 [file] [log] [blame]
{
"name": "Rexx",
"summary": "A simpler way to do regex in Swift",
"version": "0.1",
"homepage": "https://github.com/bstien/Rexx",
"license": "MIT",
"authors": {
"Bastian Stien": "bastian.stien@gmail.com"
},
"source": {
"git": "https://github.com/bstien/Rexx.git",
"tag": "0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "Source/**/*.swift"
}