Browse Source

fix podifle

cyberta 4 years ago
parent
commit
019508120d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Podfile

+ 1 - 2
Podfile

@@ -19,6 +19,7 @@ target 'deltachat-ios' do
   target 'deltachat-iosTests' do
   target 'deltachat-iosTests' do
     inherit! :search_paths
     inherit! :search_paths
     # Pods for testing
     # Pods for testing
+  end
 end
 end
 
 
 target 'DcShare' do
 target 'DcShare' do
@@ -31,5 +32,3 @@ target 'DcShare' do
 
 
   pod 'SDWebImage', '~> 5.9.1'
   pod 'SDWebImage', '~> 5.9.1'
 end
 end
-
-end