blob: eac5002d3defcda96411e696b4dc9c26f633394e [file] [log] [blame]
{
"name": "YZHookHandler",
"summary": "YZHookHandler uses Objective-C message forwarding to hook into messages.",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CancerQ": "superyezhqiang@163.com"
},
"social_media_url": "https://github.com/CancerQ",
"homepage": "https://github.com/CancerQ/YZHookHandler",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CancerQ/YZHookHandler.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "YZHookHandler/*.{h,m}"
}