2 "name": "MYSCategoryProperties",
4 "summary": "Quickly add properties to categories using runtime associations.",
5 "description": " Quickly add properties to categories using runtime associations.\n * Only implements getters and setters for dynamic properties.\n * Only implements setters for properties not marked as `readonly`.\n * Names getters and setters automatically unless the property declaration specifies customer getter/setter names.\n * It is **highly** recommended that you prefix your category methods with a 3 letter prefix (e.g. 'mys').\n",
6 "homepage": "https://github.com/mysterioustrousers/MYSCategoryProperties",
9 "Adam Kirk": "atomkirk@gmail.com"
16 "git": "https://github.com/mysterioustrousers/MYSCategoryProperties.git",
19 "source_files": "MYSCategoryProperties/MYSCategoryProperties.{h,m}",
20 "frameworks": "Foundation",