[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 1 / d / VerbalExpressions-for-Objective-C / 0.0.1 / VerbalExpressions-for-Objective-C.podspec.json
blobada9c601580cb546ca39906f7e488e2d3c90a39d
2   "name": "VerbalExpressions-for-Objective-C",
3   "version": "0.0.1",
4   "summary": "Regular expression syntax and Objective-C verbosity, together at last.",
5   "description": "                   This is an Objective-C implementation of @jehna's VerbalExpressions project. This is an original implementation; I have copied only the method names, nothing more.\n",
6   "homepage": "https://github.com/boredzo/VerbalExpressions-for-Objective-C",
7   "license": "MIT",
8   "authors": {
9     "Peter Hosey": ""
10   },
11   "platforms": {
12     "ios": "6.1",
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/boredzo/VerbalExpressions-for-Objective-C.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "VerbalExpressions",
21     "VerbalExpressions/**/"
22   ],
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "prefix_header_file": "VerbalExpressions/VerbalExpressions-Prefix.pch"