Skip to content

Commit

Permalink
Remove Umeng and GoogleAnalytics library.
Browse files Browse the repository at this point in the history
use cocoapods
  • Loading branch information
shjborage committed Dec 16, 2013
1 parent 5e90ddd commit 0d22600
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 973 deletions.
25 changes: 6 additions & 19 deletions AnalyticsSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
Pod::Spec.new do |s|
s.name = "AnalyticsSDK"
s.version = "0.1"
s.version = "v0.1"
s.summary = "A full analytics SDK for all iOS statistics tools. For example, UMeng, 百度统计, Google Analytics."

s.description = <<-DESC
To be a full analytics SDK for all iOS analytics tools. For example, UMeng, 百度统计, Google Analytics.
**v0.1**
Basic support Umeng, GoogleAnalytics.
DESC

s.homepage = "https://github.com/shjborage/AnalyticsSDK"
s.license = 'MIT'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { "Eric" => "[email protected]" }
# s.authors = { "Eric" => "[email protected]", "other author" => "[email protected]" }
# s.platform = :ios
# s.platform = :ios, '5.0'
s.source = { :git => "[email protected]:shjborage/AnalyticsSDK.git", :tag => "v0.1"}
s.source_files = 'AnalyticsSDK'
#s.frameworks = 'SystemConfiguration', 'AnotherFramework'
#s.library = 'z'
s.requires_arc = false
s.platform = :ios, '5.0'

s.dependency 'UMeng-Analytics', '~> 2.2.0'
s.dependency 'GoogleAnalytics-iOS-SDK', '~> 3.0.2'
s.source_files = 'AnalyticsSDK'

# s.dependency 'UMeng-Analytics', '~> 2.2.0'
# s.dependency 'GoogleAnalytics-iOS-SDK', '~> 3.0.2'
end
166 changes: 0 additions & 166 deletions AnalyticsSDK/Connection/GoogleAnalytics/GAI.h

This file was deleted.

178 changes: 0 additions & 178 deletions AnalyticsSDK/Connection/GoogleAnalytics/GAIDictionaryBuilder.h

This file was deleted.

Loading

0 comments on commit 0d22600

Please sign in to comment.