Skip to content

Commit

Permalink
Update podspecs for the 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorichard committed May 25, 2022
1 parent 26491be commit 049b98a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Genything.podspec
Original file line number Diff line number Diff line change
@@ -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.' => '[email protected]' }
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'
Expand Down
6 changes: 3 additions & 3 deletions GenythingTest.podspec
Original file line number Diff line number Diff line change
@@ -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.' => '[email protected]' }
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'
Expand All @@ -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
6 changes: 3 additions & 3 deletions Trickery.podspec
Original file line number Diff line number Diff line change
@@ -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.' => '[email protected]' }
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'
Expand All @@ -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

0 comments on commit 049b98a

Please sign in to comment.