blob: 26f1e9f5505d8bf9d34f72a95d185f1702ff2d59 [file] [log] [blame]
{
"name": "MTCollectionOperators",
"version": "0.1.0",
"summary": "Adds map, intersect, subtract, etc operators to collection classes.",
"description": " A set of handy add-ons to Cocoa's basic collection classes.\n Supports NSSet and NSArray, as well as their\n mutable subclasses. Provides map, intersect and subtract\n operations.\n",
"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.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}