Skip to content

Commit

Permalink
Merge pull request #667 from cristianbica/master
Browse files Browse the repository at this point in the history
podspec for Google Analytics v2.0beta3
  • Loading branch information
fabiopelosin committed Oct 31, 2012
2 parents cd99a31 + da8c9d1 commit 70a924c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions GoogleAnalytics-iOS-SDK/2.0beta3/GoogleAnalytics-iOS-SDK.podspec
@@ -0,0 +1,33 @@
Pod::Spec.new do |s|
s.name = "GoogleAnalytics-iOS-SDK"
s.version = "2.0beta3"
s.summary = "GoogleAnalytics for iOS SDK."
s.description = <<-DESC
The Google Analytics SDK for iOS makes it easy for native iOS developers to collect user engagement data form their applications. Developers can then use the Google Analytics reports to measure:
* The number of active users are using their applications.
* From where in the world the application is being used.
* Adoption and usage of specific features.
* In-app purchases and transactions.
* And many other useful metrics...
DESC
s.homepage = "https://developers.google.com/analytics/devguides/collection/ios/v2/"

s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright 2009 - 2012 Google, Inc. All rights reserved.
LICENSE
}
s.author = 'Google Inc.'
s.source = { :http => "http://dl.google.com/dl/gaformobileapps/googleanalyticsios.zip" }
s.platform = :ios

s.source_files = 'GoogleAnalyticsiOS_2.0beta3/Library/*.h'
s.preserve_paths = 'GoogleAnalyticsiOS_2.0beta3/Library/libGoogleAnalytics.a'

s.frameworks = 'CFNetwork', 'CoreData', 'SystemConfiguration'
s.library = 'GoogleAnalytics'

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

0 comments on commit 70a924c

Please sign in to comment.