blob: 4f00de9edb849f35b540a8d767098cff80cb8741 [file] [log] [blame]
{
"name": "M5TypeSafety",
"version": "1.0.3",
"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.0.3"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"frameworks": "Foundation"
}