Reverted library search path espcaping quotations.
This commit is contained in:
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
|
||||
s.preserve_paths = 'libGoogleAdMobAds.a'
|
||||
s.library = 'GoogleAdMobAds'
|
||||
s.frameworks = 'AudioToolbox', 'MessageUI', 'SystemConfiguration', 'CoreGraphics'
|
||||
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '\"$(PODS_ROOT)/AdMob\"' }
|
||||
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '$(PODS_ROOT)/AdMob' }
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user