Skip to content

Commit

Permalink
fix: import ios
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 14, 2021
1 parent bd45727 commit fed83c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CapacitorUpdater.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
s.dependency 'SSZipArchive'
s.swift_version = '5.1'
end
1 change: 0 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ end

target 'Plugin' do
capacitor_pods
pod 'SSZipArchive'
end

target 'PluginTests' do
Expand Down

0 comments on commit fed83c7

Please sign in to comment.