blob: 0333fcf1eaafe29e9ab53644c94166aed230e801 [file] [log] [blame]
{
"name": "CrossroadRegex",
"version": "0.8.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"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.8.0"
},
"module_name": "Regex",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Regex/*.swift",
"dependencies": {
"Boilerplate": [
"~> 0.2"
]
},
"requires_arc": true
}