Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Jun 9, 2021
1 parent edb6143 commit 942d6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GlossButtonNode.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "GlossButtonNode"
spec.version = "3.1.0"
spec.version = "3.1.1"
spec.summary = "A composable Button UI component for Texture"
spec.description = <<-DESC
Bringing a button UI-Component with composable flexibility that fits your product.
Expand All @@ -15,5 +15,5 @@ Pod::Spec.new do |spec|

spec.swift_versions = ["5.2"]
spec.dependency "Texture/Core", "~> 3"
spec.dependency "TextureSwiftSupport", "3.10.0"
spec.dependency "TextureSwiftSupport", ">= 3.10.0"
end

0 comments on commit 942d6ac

Please sign in to comment.