blob: 4bd7592d48d83795b5d1b2e626608e7932aac175 [file] [log] [blame]
{
"name": "MUHook",
"version": "1.0.0",
"summary": "A powerful, quickly, light-weight hooking tool on iOS device without jailbreak.",
"homepage": "https://github.com/Magic-Unique/MUHook",
"license": "MIT",
"authors": {
"冷秋": "516563564@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Magic-Unique/MUHook.git",
"tag": "1.0.0",
"branch": "master"
},
"source_files": "MUHook/**/*.{h,m}",
"dependencies": {
"fishhook": [
"~> 0.2"
]
}
}