blob: 9ac2b7c71ecb21a877455de4a8ebc1f7951313e5 [file] [log] [blame]
{
"name": "BlockHook",
"version": "1.1.4",
"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.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "universal/iOS/BlockHook.framework"
},
"tvos": {
"vendored_frameworks": "universal/tvOS/BlockHook.framework"
},
"osx": {
"vendored_frameworks": "universal/macOS/BlockHook.framework"
}
}