| { |
| "name": "BlockTracker", |
| "version": "1.0.4", |
| "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.4" |
| }, |
| "source_files": "BlockTracker/*.{h,m,c}", |
| "public_header_files": "BlockTracker/*.h", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.8" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "BlockHook": [ |
| |
| ] |
| } |
| } |