blob: 0872966785d9ad79edbac7634b38d14e0d9f7bce [file] [log] [blame]
{
"name": "SwiftRegExp",
"version": "1.4",
"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.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "*.swift"
}