| { |
| "name": "Collection", |
| "version": "1.10.1", |
| "summary": "Laravel collection like inspired NSArray category", |
| "license": "MIT", |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9" |
| }, |
| "source": { |
| "git": "https://github.com/BadChoice/Collection.git", |
| "tag": "1.10.1" |
| }, |
| "description": "Laravel collections are really useful and expressive, this is a NSArray category to emulate them", |
| "homepage": "https://github.com/BadChoice/Collection.git", |
| "authors": { |
| "Jordi PuigdellĂvol": "jordo@gloobus.net" |
| }, |
| "source_files": [ |
| "Collection/Categories/**/*" |
| ], |
| "requires_arc": true |
| } |