blob: d95fb3658ecc0e392406ac985b12f178582c9bc1 [file] [log] [blame]
{
"name": "MYSCategoryProperties",
"version": "0.0.2",
"summary": "Quickly add properties to categories using runtime associations.",
"description": " Quickly add properties to categories using runtime associations. Property names **must** follow the 3 letter prefix (e.g. `mys_property`) category naming convention in order for this to work.\n",
"homepage": "https://github.com/mysterioustrousers/MYSCategoryProperties",
"license": "MIT",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"source": {
"git": "https://github.com/mysterioustrousers/MYSCategoryProperties.git",
"tag": "0.0.2"
},
"source_files": "MYSCategoryProperties/MYSCategoryProperties.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}