| { |
| "name": "VerbalExpressions-for-Objective-C", |
| "version": "0.0.1", |
| "summary": "Regular expression syntax and Objective-C verbosity, together at last.", |
| "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", |
| "homepage": "https://github.com/boredzo/VerbalExpressions-for-Objective-C", |
| "license": "MIT", |
| "authors": { |
| "Peter Hosey": "" |
| }, |
| "platforms": { |
| "ios": "6.1", |
| "osx": "10.7" |
| }, |
| "source": { |
| "git": "https://github.com/boredzo/VerbalExpressions-for-Objective-C.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "VerbalExpressions", |
| "VerbalExpressions/**/" |
| ], |
| "frameworks": "Foundation", |
| "requires_arc": true, |
| "prefix_header_file": "VerbalExpressions/VerbalExpressions-Prefix.pch" |
| } |