Skip to content

Commit

Permalink
Merge pull request #8531 from jonreid/master
Browse files Browse the repository at this point in the history
Fix problem with library search path
  • Loading branch information
keith committed Feb 25, 2014
2 parents f10ff53 + f59711d commit 545e093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Localytics-AMP/2.22.0/Localytics-AMP.podspec
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.source_files = 'AMP-SDK-2.22.0.bin/*.h'
s.preserve_paths = 'AMP-SDK-2.22.0.bin/libLocalyticsAMP.a'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/Localytics-AMP"' }
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/Localytics-AMP/AMP-SDK-2.22.0.bin"' }

s.weak_frameworks = 'AdSupport'
s.frameworks = 'SystemConfiguration'
Expand Down

0 comments on commit 545e093

Please sign in to comment.