8 Star 21 Fork 8

Gitee 极速下载 / WeChatTweak-macOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Sunnyyoung/WeChatTweak-macOS
克隆/下载
fishhook.podspec 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sunny Young 提交于 2024-03-22 16:47 . Update build settings
Pod::Spec.new do |spec|
spec.name = "fishhook"
spec.version = "0.2"
spec.license = { :type => "BSD", :file => "LICENSE" }
spec.homepage = 'https://github.com/facebook/fishhook'
spec.author = { "Facebook, Inc." => "https://github.com/facebook" }
spec.summary = "A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS."
spec.source = { :git => "https://github.com/facebook/fishhook.git", :tag => '0.2'}
spec.source_files = "fishhook.{h,c}"
spec.social_media_url = 'https://twitter.com/fbOpenSource'
spec.macos.deployment_target = '10.9'
end
Objective-C
1
https://gitee.com/mirrors/WeChatTweak-macOS.git
git@gitee.com:mirrors/WeChatTweak-macOS.git
mirrors
WeChatTweak-macOS
WeChatTweak-macOS
master

搜索帮助