blob: d93670123c7fd630f58cc4a29e765c29d4657cdd [file] [log] [blame]
{
"name": "BlockTracker",
"version": "1.1.1",
"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.1.1"
},
"source_files": "BlockTracker/*.{h,m,c}",
"public_header_files": "BlockTracker/*.h",
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"BlockHook": [
"~> 1.5.4"
]
}
}