From 643a1290f0c8b17d4a1a54130de92937dd2f4c6b Mon Sep 17 00:00:00 2001 From: Trevor Doodes Date: Sat, 17 Aug 2019 17:56:14 +0100 Subject: [PATCH] Updates podspec Points to github repo Updates version to 0.2.0 --- GeniusSportWidgetLoader.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GeniusSportWidgetLoader.podspec b/GeniusSportWidgetLoader.podspec index c753743..4a410be 100644 --- a/GeniusSportWidgetLoader.podspec +++ b/GeniusSportWidgetLoader.podspec @@ -21,11 +21,11 @@ Pod::Spec.new do |s| TODO: Add long description of the pod here. DESC - s.homepage = 'https://gitlab.betgenius.net/ux/geniusbet-mobile-development/smartstream-ios-integration' + s.homepage = 'https://github.com/geniussportsgroup/smartstream-ios-integration' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'GeniusSport' => 'trevor.doodes@betgenius.com' } - s.source = { :git => 'https://gitlab.betgenius.net/ux/geniusbet-mobile-development/smartstream-ios-integration.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/geniussportsgroup/smartstream-ios-integration.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '8.0'