blob: 009e4b66c236d1e206974268873b75e9b3a5569d [file] [log] [blame]
{
"name": "Collection",
"version": "1.6.4",
"summary": "Laravel collection like inspired NSArray category",
"license": "MIT",
"platforms": {
"ios": "6.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/BadChoice/Collection.git",
"tag": "1.6.4"
},
"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
}