blob: f1a03d3083997430c018c1828715e0b649b1b357 [file] [log] [blame]
{
"name": "TypeForKey",
"version": "0.1",
"summary": "A simple set of categories for safer interaction with collection objects.",
"description": " TypeForKey provides a set of selectors that take care of the type checking of values when interacting with Objective-C's generic collection objects.\n",
"homepage": "http://github.com/yoiang/TypeForKey",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Ian G": "yo.ian.g@gmail.com"
},
"source": {
"git": "https://github.com/yoiang/TypeForKey.git",
"tag": "0.1"
},
"source_files": "TypeForKey/*.{h,m}",
"requires_arc": false
}