4 "summary": "Obj-C Library that makes runtime self-inspection and class modification dead easy.",
5 "description": " Using objective-c objects to wrap classes methods and properties, it is much easier and\n straight-forward to get information about a classes properties.\n\n Creating methods from blocks and adding them to classes is also dead easy.\n",
6 "homepage": "https://github.com/mysterioustrousers/MYSRuntime",
9 "Adam Kirk": "adam@mysterioustrousers.com"
16 "git": "https://github.com/mysterioustrousers/MYSRuntime.git",
19 "source_files": "MYSRuntime/*.{h,m}",
20 "frameworks": "Foundation",