blob: 651b1b208e02168556093fe89520d35e69b8e492 [file] [log] [blame]
{
"name": "BlockTracker",
"version": "1.0.7",
"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.7"
},
"source_files": "BlockTracker/*.{h,m,c}",
"public_header_files": "BlockTracker/*.h",
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"BlockHook": [
"~> 1.4.2"
]
}
}