Skip to content

Commit

Permalink
Removed ETTracker, TestFlight and GoogleAnalytics dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Sep 13, 2013
1 parent 80e56a5 commit fe105cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Classes/Megalog.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#import "DDASLLogger.h"
#import "DDTTYLogger.h"
#import "Commons.h"
#import "TestFlight.h"
#import "ETTracker.h"

@implementation Megalog

Expand Down
7 changes: 2 additions & 5 deletions MFLog.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "MFLog"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "A short description of MFLog."

s.description = <<-DESC
Expand Down Expand Up @@ -75,7 +75,7 @@ Pod::Spec.new do |s|
# Supports git, hg, svn and HTTP.
#

s.source = { :git => "https://github.com/mobfarm/MFLog.git", :tag => "0.1.0" }
s.source = { :git => "https://github.com/mobfarm/MFLog.git", :tag => "0.1.1" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down Expand Up @@ -130,8 +130,5 @@ Pod::Spec.new do |s|
# s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
# s.dependency 'JSONKit', '~> 1.4'
s.dependency 'CocoaLumberjack', '~> 1.6.2'
s.dependency 'TestFlightSDK', '~> 2.0.0'
s.dependency 'GoogleAnalytics-iOS-SDK', '~> 2.0beta4'
s.dependency 'EventTracker', '~> 0.1.0'
s.dependency 'MFCommons', '~> 0.1.0'
end

0 comments on commit fe105cf

Please sign in to comment.