[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / f / Regex / 0.3.0 / Regex.podspec.json
blob41e013f8c6a382f9b7bd5b144a2c68ef8ed5d398
2   "name": "Regex",
3   "version": "0.3.0",
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.3.0"
23   }