From b6d0b4c6cd100017e8944dce6c20275cdd6be9f0 Mon Sep 17 00:00:00 2001 From: Nico Richard Date: Tue, 16 Nov 2021 14:26:10 -0600 Subject: [PATCH] Update Genything Podspec --- Genything.podspec | 2 +- Trickery.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Genything.podspec b/Genything.podspec index 127d7659..07806549 100644 --- a/Genything.podspec +++ b/Genything.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = 'https://bitbucket.org/skipthedishes/swifttestingfixtures/' s.authors = { 'SkipTheDishes Restaurant Services Inc.' => 'nicolas.richard@justeattakeaway.com' } s.summary = 'Generate anything!' - s.source = { :git => 'git@github.com:justeattakeaway/Genything.git', :tag => 'v0.0.1' } + s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.1' } s.ios.deployment_target = '11.0' s.tvos.deployment_target = '11.0' diff --git a/Trickery.podspec b/Trickery.podspec index a7a83c00..2d4e2874 100644 --- a/Trickery.podspec +++ b/Trickery.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = 'https://bitbucket.org/skipthedishes/swifttestingfixtures/' s.authors = { 'SkipTheDishes Restaurant Services Inc.' => 'nicolas.richard@justeattakeaway.com' } s.summary = 'Trick yourself with this fake data.' - s.source = { :git => 'git@github.com:justeattakeaway/Genything.git', :tag => 'v0.0.1' } + s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.1' } s.ios.deployment_target = '11.0' s.tvos.deployment_target = '11.0'