Browse Source

Remove empty line

Mathieu Acthernoene 4 years ago
parent
commit
d8ba588210
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/ios/Podfile

+ 1
- 1
example/ios/Podfile View File

@@ -4,10 +4,10 @@ platform :ios, '9.0'
4 4
 # you can make all the dynamic frameworks turning into static libraries.
5 5
 
6 6
 # use_frameworks!
7
+
7 8
 # $dynamic_frameworks = []
8 9
 
9 10
 # pre_install do |installer|
10
-#   #
11 11
 #   installer.pod_targets.each do |pod|
12 12
 #     if !$dynamic_frameworks.include?(pod.name)
13 13
 #       puts "Overriding the static_framework? method for #{pod.name}"