blob: 0c31a955bf6c8fc8155317236357dfeedccf3965 [file] [log] [blame]
{
"name": "RegexMatcher",
"version": "1.2.0",
"summary": "NSRegularExpression wrapper",
"description": "NSRegularExpression wrapper written in Swift.",
"homepage": "https://github.com/hectr/swift-regex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hectr": "h@mrhector.me"
},
"source": {
"git": "https://github.com/hectr/swift-regex.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/elnetus",
"platforms": {
"ios": "8.0",
"osx": "10.13"
},
"source_files": "Sources/RegexMatcher/**/*"
}