[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / 6 / f / Regex / 0.2.1 / Regex.podspec.json
blobac72e21b13e3b2a0464dafaa5ea71ea6e0e3c856
2   "name": "Regex",
3   "version": "0.2.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "homepage": "https://github.com/brynbellomy/Regex",
9   "authors": {
10     "bryn austin bellomy": "bryn.bellomy@gmail.com"
11   },
12   "summary": "Regular expression class (in Swift).  Wraps NSRegularExpression.",
13   "documentation_url": "http://brynbellomy.github.io/Regex/index.html",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "source_files": "src/*.swift",
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/brynbellomy/Regex.git",
22     "tag": "0.2.1"
23   }