blob: 7e9e8e9a243f006f6c927006b929ba7445616d6e [file] [log] [blame]
{
"name": "CrossroadRegex",
"version": "0.7.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.7.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
}