blob: 7d343f9a83a0e9df42171e07ff9de582c793daa5 [file] [log] [blame]
{
"name": "MYSRuntime",
"version": "0.0.2",
"summary": "Obj-C Library that makes runtime self-inspection and class modification dead easy.",
"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",
"homepage": "https://github.com/mysterioustrousers/MYSRuntime",
"license": "MIT",
"authors": {
"Adam Kirk": "adam@mysterioustrousers.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"source": {
"git": "https://github.com/mysterioustrousers/MYSRuntime.git",
"tag": "0.0.2"
},
"source_files": "MYSRuntime/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}