Update pods

This commit is contained in:
Sunnyyoung
2021-05-08 01:45:08 +08:00
parent 7e1ac205d2
commit 0ddacb3c32
2 changed files with 14 additions and 6 deletions
+8
View File
@@ -7,3 +7,11 @@ target 'WeChatTweak' do
pod 'YYModel'
pod 'MMKV'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = 10.11
end
end
end