| { |
| "name": "MTCollectionOperators", |
| "version": "0.1.1", |
| "summary": "Adds map, intersect, subtract, etc operators to collection classes.", |
| "description": "A set of handy add-ons to Cocoa's basic collection classes.\nSupports NSSet and NSArray, as well as their\nmutable subclasses. Provides map, intersect and subtract\noperations.", |
| "homepage": "https://github.com/mtrudel/MTCollectionOperators", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mat Trudel": "mat@geeky.net" |
| }, |
| "source": { |
| "git": "https://github.com/mtrudel/MTCollectionOperators.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "platforms": { |
| "ios": null |
| } |
| } |