blob: d2bc699aec3f9667b5ba958d01f9b2538767209a [file] [log] [blame]
{
"name": "CrossroadRegex",
"version": "1.1.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "Easy, portable and feature-rich 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": "1.1.0"
},
"module_name": "Regex",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/Regex/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}