[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / d / 7 / 0 / SwiftRegExp / 2.0 / SwiftRegExp.podspec.json
blobe7b675f43f727ffdf09ede73f974f72c8df7c8c0
2   "name": "SwiftRegExp",
3   "version": "2.0",
4   "summary": "SwiftyRegExp is a simple and convenient Swift wrapper around NSRegularExpression. It was inspired by Ben Scheirman's \"RegEx in Swift\" post",
5   "homepage": "https://github.com/glaurent/SwiftRegExp",
6   "license": "BSD",
7   "authors": {
8     "Guillaume Laurent": "glaurent@telegraph-road.org"
9   },
10   "source": {
11     "git": "https://github.com/glaurent/SwiftRegExp.git",
12     "tag": "2.0"
13   },
14   "platforms": {
15     "ios": "9.3",
16     "osx": "10.10"
17   },
18   "source_files": "*.swift",
19   "pushed_with_swift_version": "3.0"