blob: 797177643afbdc982aa41ef9bfcf8a2889a34f7a [file] [log] [blame]
{
"name": "BlockHook",
"version": "1.1.1",
"summary": "Hook Objective-C blocks.",
"description": "Hook Objective-C blocks with libffi. It's a powerful AOP tool for blocks. BlockHook can run your code before/instead/after invoking a block. BlockHook can even notify you when a block dealloc. You can trace the whole lifecycle of a block using BlockHook!",
"homepage": "https://github.com/yulingtianxia/BlockHook",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yulingtianxia": "yulingtianxia@gmail.com"
},
"social_media_url": "https://twitter.com/yulingtianxia",
"source": {
"git": "https://github.com/yulingtianxia/BlockHook.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "BlockHookKit.framework"
}