blob: 1ec52ab149846dec46c90aff92ea000d34620303 [file] [log] [blame]
{
"name": "CrossroadRegex",
"version": "0.3",
"license": "Apache 2.0",
"summary": "Easy, portable and feature reach Regular Expressions for Swift",
"homepage": "https://github.com/crossroadlabs/Regex",
"social_media_url": "https://github.com/crossroadlabs/Regex",
"authors": {
"Daniel Leping": "daniel@crossroadlabs.xyz"
},
"source": {
"git": "https://github.com/crossroadlabs/Regex.git",
"tag": "0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Regex/*.swift",
"requires_arc": true
}