Skip to content

Commit

Permalink
Merge pull request CocoaPods#298 from nivektric/master
Browse files Browse the repository at this point in the history
Change SRCROOT to PODS_ROOT for FlurrySDK
  • Loading branch information
subdigital committed Jul 11, 2012
2 parents 97c1cad + 0fbf381 commit 39bed17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlurrySDK/3.0.9/FlurrySDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.source_files = '**/*.h'
s.preserve_paths = '**/*.a'
s.library = 'FlurryAnalytics'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Pods/FlurrySDK/FlurryAnalytics"' }
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/FlurrySDK/FlurryAnalytics"' }
end

0 comments on commit 39bed17

Please sign in to comment.