blob: 9ec06c752c3d5a04644d5472a91236e53b84b389 [file] [log] [blame]
{
"name": "Collection",
"version": "1.2.3",
"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.2.3"
},
"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
}