blob: 2f1d48193c3eb3398bf501cd709103e97b85ce1b [file] [log] [blame]
{
"name": "SwiftRegExp",
"version": "1.1",
"summary": "SwiftyRegExp is a simple and convenient Swift wrapper around NSRegularExpression. It was inspired by Ben Scheirman's \"RegEx in Swift\" post",
"homepage": "https://github.com/glaurent/SwiftRegExp",
"license": "BSD",
"authors": {
"Guillaume Laurent": "glaurent@telegraph-road.org"
},
"source": {
"git": "https://github.com/glaurent/SwiftRegExp.git",
"tag": "1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "*.swift"
}