Fix a warning in pod install
This commit is contained in:
parent
85ad59b17d
commit
f8f43a1225
1 changed files with 2 additions and 0 deletions
2
Podfile
2
Podfile
|
|
@ -1,3 +1,5 @@
|
||||||
|
platform :ios, '10.2'
|
||||||
|
|
||||||
def generate_modulemap(name, path)
|
def generate_modulemap(name, path)
|
||||||
f = File.new(File.join("#{path}/module.modulemap"), "w+")
|
f = File.new(File.join("#{path}/module.modulemap"), "w+")
|
||||||
module_name = "#{name}"
|
module_name = "#{name}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue