Reverted library search path espcaping quotations.

This commit is contained in:
Lars Anderson
2012-07-07 23:38:33 -05:00
parent 60923f84ed
commit 42e0656d45
+1 -1
View File
@@ -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