blob: 07eeb5ed615c5543d0130d63e5c4a395d01824e0 [file] [log] [blame]
{
"name": "SwiftRegExp",
"version": "1.3",
"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.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "*.swift"
}