[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 9 / 1 / RegexNamedCaptureGroups / 0.1.0 / RegexNamedCaptureGroups.podspec.json
blob46118fdf23830726104d329efdf1050bed3c9095
2   "name": "RegexNamedCaptureGroups",
3   "version": "0.1.0",
4   "summary": "Regex with named capture groups for iOS",
5   "description": "A small wrapper around Regex that adds support for named capture groups.",
6   "homepage": "https://github.com/timbodeit/RegexNamedCaptureGroups",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tim Bodeit": "tim@bodeit.com"
13   },
14   "source": {
15     "git": "https://github.com/timbodeit/RegexNamedCaptureGroups.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RegexNamedCaptureGroups/Classes/**/*",
22   "dependencies": {
23     "Regex": [
25     ],
26     "UnicodeICUHeaderModule": [
28     ]
29   }