From e125fca1b7ff33c9765d2a28e30b4872b3732001 Mon Sep 17 00:00:00 2001 From: Arun Sirrpi Date: Mon, 15 Aug 2016 14:15:19 +1000 Subject: [PATCH] changed to point to my fork --- Webtrends-SDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Webtrends-SDK.podspec b/Webtrends-SDK.podspec index f985031..6dca46f 100644 --- a/Webtrends-SDK.podspec +++ b/Webtrends-SDK.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "7.0" s.ios.frameworks = "Foundation", "UIKit", "SystemConfiguration", "Security", "CoreTelephony", "WebKit" - s.source = { :git => "https://github.com/webtrends/ios-sdk.git", :tag => "3.2.1" } + s.source = { :git => "https://github.com/arunsirrpi/ios-sdk.git", :tag => "3.2.1" } s.subspec 'Watch' do |watch| watch.source_files = "WatchHeaders", "WatchHeaders/**/*.h"