blob: a237e1f2075eec324ee4376e8b0df4c51e866484 [file] [log] [blame]
{
"name": "M5TypeSafety",
"version": "1.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Obj-C macros/functions (mostly for debugging) for applying runtime type safety.",
"homepage": "https://github.com/mhuusko5/M5TypeSafety",
"social_media_url": "https://twitter.com/mhuusko5",
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"source": {
"git": "https://github.com/mhuusko5/M5TypeSafety.git",
"tag": "1.2.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"frameworks": "Foundation"
}