blob: b5cfb74065ff047927538f711fc2efbcb06f2653 [file] [log] [blame]
{
"name": "EasySwiftHook",
"version": "3.3.2",
"summary": "Hook in Swift and Objective C by iOS runtime and libffi.",
"description": "This is a framework to hook in Swift and Objective C by iOS runtime and libffi.",
"homepage": "https://github.com/623637646/SwiftHook",
"license": "MIT",
"authors": {
"Yanni Wang 王氩": "wy19900729@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/623637646/SwiftHook.git",
"tag": "3.3.2"
},
"source_files": "SwiftHook/Classes/**/*.{h,m,swift}",
"dependencies": {
"libffi-iOS": [
"~> 3.3.6-iOS"
]
},
"swift_version": "5.0"
}