blob: e7b675f43f727ffdf09ede73f974f72c8df7c8c0 [file] [log] [blame]
{
"name": "SwiftRegExp",
"version": "2.0",
"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": "2.0"
},
"platforms": {
"ios": "9.3",
"osx": "10.10"
},
"source_files": "*.swift",
"pushed_with_swift_version": "3.0"
}