From 049b98a139c30aab48c7a693ab615ac6e80b3874 Mon Sep 17 00:00:00 2001 From: nicorichard Date: Wed, 25 May 2022 11:28:07 -0500 Subject: [PATCH] Update podspecs for the 1.0.0 release --- Genything.podspec | 4 ++-- GenythingTest.podspec | 6 +++--- Trickery.podspec | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Genything.podspec b/Genything.podspec index 940abca5..667de2e5 100644 --- a/Genything.podspec +++ b/Genything.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'Genything' - s.version = '0.0.4' + s.version = '1.0.0' s.license = { :type => 'CUSTOM', :file => 'LICENSE' } s.homepage = 'https://github.com/justeattakeaway/Genything' s.authors = { 'SkipTheDishes Restaurant Services Inc.' => 'nicolas.richard@justeattakeaway.com' } s.summary = 'Generate anything!' - s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.4' } + s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '1.0.0' } s.ios.deployment_target = '11.0' s.tvos.deployment_target = '11.0' diff --git a/GenythingTest.podspec b/GenythingTest.podspec index f5d987d0..98e1a1cd 100644 --- a/GenythingTest.podspec +++ b/GenythingTest.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'GenythingTest' - s.version = '0.0.4' + s.version = '1.0.0' s.license = { :type => 'CUSTOM', :file => 'LICENSE' } s.homepage = 'https://github.com/justeattakeaway/Genything' s.authors = { 'SkipTheDishes Restaurant Services Inc.' => 'nicolas.richard@justeattakeaway.com' } s.summary = 'Generate anything!' - s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.4' } + s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '1.0.0' } s.ios.deployment_target = '11.0' s.tvos.deployment_target = '11.0' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.source_files = 'Sources/GenythingTest/**/*.{swift,h,m}' s.framework = 'XCTest' - s.dependency 'Genything', '0.0.4' + s.dependency 'Genything', '1.0.0' end \ No newline at end of file diff --git a/Trickery.podspec b/Trickery.podspec index e2fd7859..360be995 100644 --- a/Trickery.podspec +++ b/Trickery.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'Trickery' - s.version = '0.0.4' + s.version = '1.0.0' s.license = { :type => 'CUSTOM', :file => 'LICENSE' } s.homepage = 'https://github.com/justeattakeaway/Genything' s.authors = { 'SkipTheDishes Restaurant Services Inc.' => 'nicolas.richard@justeattakeaway.com' } s.summary = 'Trick yourself with this fake data.' - s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '0.0.4' } + s.source = { :git => 'https://github.com/justeattakeaway/Genything.git', :tag => '1.0.0' } s.ios.deployment_target = '11.0' s.tvos.deployment_target = '11.0' @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.source_files = ["Sources/Trickery/**/*.{swift,h,m,c}"] s.resource_bundle = { 'Trickery' => 'Sources/Trickery/Resources/**/*.{json}' } - s.dependency 'Genything', '0.0.4' + s.dependency 'Genything', '1.0.0' end