Skip to content

Commit

Permalink
Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tavernari committed Mar 23, 2023
1 parent 3f9c8f8 commit 28c9b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StringContainsOperators.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "StringContainsOperators"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "A Swift library for creating and evaluating complex string predicates using custom operators."
s.description = "StringContainsOperators provides custom operators and an enum type to create complex string predicates, which can be evaluated using the contains() function. This library is designed to be easy to use and flexible, allowing developers to create powerful string matching logic with minimal code."
s.homepage = "https://github.com/Tavernari/StringContainsOperators"
Expand All @@ -10,4 +10,4 @@ Pod::Spec.new do |s|
s.source_files = "Sources/**/*.swift"
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
end
end

0 comments on commit 28c9b2d

Please sign in to comment.