Fix a warning in pod install

This commit is contained in:
Yishi Lin 2017-06-28 00:59:44 +08:00
parent 85ad59b17d
commit f8f43a1225

View file

@ -1,3 +1,5 @@
platform :ios, '10.2'
def generate_modulemap(name, path)
f = File.new(File.join("#{path}/module.modulemap"), "w+")
module_name = "#{name}"