blob: 4d3a3e0b70c8f53e203140dcfa908a8ef8792512 [file] [log] [blame]
{
"name": "M5Dispatch",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Obj-C convenience macros/functions related to block dispatching.",
"homepage": "https://github.com/mhuusko5/M5Dispatch",
"social_media_url": "https://twitter.com/mhuusko5",
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"source": {
"git": "https://github.com/mhuusko5/M5Dispatch.git",
"tag": "1.0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"frameworks": "Foundation"
}