Skip to content

Commit

Permalink
[Fix] GoogleAnalytics-iOS-SDK (1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernery committed Jul 29, 2012
1 parent 76106a3 commit 5a5a430
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions GoogleAnalytics-iOS-SDK/1.4/GoogleAnalytics-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ Pod::Spec.new do |s|
s.source = { :http => "http://dl.google.com/gaformobileapps/GoogleAnalyticsiOS_1.4.tar.gz" }
s.platform = :ios

s.source_files = 'Google Analytics SDK/Library/GANTracker.h', 'Google Analytics SDK/Library/libGoogleAnalytics.a'
s.source_files = 'Google Analytics SDK/Library/GANTracker.h'
s.preserve_paths = 'Google Analytics SDK/Library/libGoogleAnalytics.a'

s.framework = 'CFNetwork'
s.library = 'sqlite3'
s.library = 'GoogleAnalytics', 'sqlite3'

s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/Google Analytics SDK/Library"' }
end

0 comments on commit 5a5a430

Please sign in to comment.