1 Star 4 Fork 0

tisfeng/Easydict

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
tisfeng 提交于 2023-12-31 12:52 +08:00 . chore: replace MJExtension pod with SPM
source 'https://github.com/CocoaPods/Specs.git'
platform :osx, '11.0'
inhibit_all_warnings!
target 'Easydict' do
use_frameworks!
pod 'AFNetworking', '~> 3.2.1'
pod 'Masonry', '~> 1.1.0'
pod 'ReactiveObjC', '~> 3.1.1'
pod 'MASShortcut', :git => 'git@github.com:AkaShark/MASShortcut.git', :branch => 'double_click_modifier'
pod 'MASPreferences', '~> 1.4.1'
pod 'KVOController', '~> 1.2.0'
pod 'JLRoutes', '~> 2.1'
# Swift format
pod 'SwiftFormat/CLI', '~> 0.52.11'
end
target 'EasydictTests' do
use_frameworks!
pod 'AFNetworking', '~> 3.2.1'
pod 'Masonry', '~> 1.1.0'
pod 'ReactiveObjC', '~> 3.1.1'
pod 'MASShortcut', :git => 'git@github.com:AkaShark/MASShortcut.git', :branch => 'double_click_modifier'
pod 'MASPreferences', '~> 1.4.1'
pod 'KVOController', '~> 1.2.0'
pod 'JLRoutes', '~> 2.1'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '11.0'
xcconfig_path = config.base_configuration_reference.real_path
xcconfig = File.read(xcconfig_path)
xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")
File.open(xcconfig_path, "w") { |file| file << xcconfig_mod }
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/tisfeng/Easydict.git
git@gitee.com:tisfeng/Easydict.git
tisfeng
Easydict
Easydict
main

搜索帮助