blob: 171f429711cbc7bb2a9074fcfb4ac76a5c323d68 [file] [log] [blame]
{
"name": "CrossroadRegex",
"version": "0.5.2",
"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.5.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Regex/*.swift",
"requires_arc": true
}