| { | |
| "name": "NSArray+Contains", | |
| "version": "1.0.0", | |
| "summary": "Allows searching an array for multiple items at once.", | |
| "homepage": "https://github.com/needbee/nsarray-contains", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Josh Justice": "josh@need-bee.com" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/needbee/nsarray-contains.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": [ | |
| "src", | |
| "src/**/*.{h,m}" | |
| ], | |
| "requires_arc": false | |
| } |