blob: 7ee1d157a3c532510ef4b62d925959ab0e8b87c2 [file] [log] [blame]
{
"name": "BlockHook",
"version": "1.2.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.2.1"
},
"source_files": [
"BlockHook/*.{h,m}",
"libffi/*.h"
],
"public_header_files": "BlockHook/*.h",
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"requires_arc": true,
"ios": {
"vendored_libraries": "libffi/libffi.a"
},
"osx": {
"vendored_libraries": "libffi/libffi.a"
}
}