blob: 7ca31952ce47ed3127c9339c89b6cd53c96b18f1 [file] [log] [blame]
{
"name": "BlockTracker",
"version": "1.0.3",
"summary": "Tracking block args of Objective-C method based on BlockHook",
"description": "BlockTracker can track block arguments of a method. It's based on BlockHook.",
"homepage": "https://github.com/yulingtianxia/BlockTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yulingtianxia": "yulingtianxia@gmail.com"
},
"social_media_url": "https://twitter.com/yulingtianxia",
"source": {
"git": "https://github.com/yulingtianxia/BlockTracker.git",
"tag": "1.0.3"
},
"source_files": "BlockTracker/*.{h,m}",
"public_header_files": "BlockTracker/*.h",
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"BlockHook": [
]
}
}