Skip to content

Commit

Permalink
Update Genything Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorichard committed Nov 16, 2021
1 parent 934da33 commit b6d0b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Genything.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://bitbucket.org/skipthedishes/swifttestingfixtures/'
s.authors = { 'SkipTheDishes Restaurant Services Inc.' => '[email protected]' }
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'
Expand Down
2 changes: 1 addition & 1 deletion Trickery.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://bitbucket.org/skipthedishes/swifttestingfixtures/'
s.authors = { 'SkipTheDishes Restaurant Services Inc.' => '[email protected]' }
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'
Expand Down

0 comments on commit b6d0b4c

Please sign in to comment.