Skip to content

Commit d7c4d23

Browse files
committed
Update the podspec version to 1.3.0
1 parent 170438e commit d7c4d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StringContainsOperators.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "StringContainsOperators"
3-
s.version = "1.2.0"
3+
s.version = "1.3.0"
44
s.summary = "A Swift library for creating and evaluating complex string predicates using custom operators."
55
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."
66
s.homepage = "https://github.com/Tavernari/StringContainsOperators"

0 commit comments

Comments
 (0)