-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Umeng and GoogleAnalytics library.
use cocoapods
- Loading branch information
Showing
10 changed files
with
6 additions
and
973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
178 changes: 0 additions & 178 deletions
178
AnalyticsSDK/Connection/GoogleAnalytics/GAIDictionaryBuilder.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.