[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / d / e / StringContainsOperators / 1.1.0 / StringContainsOperators.podspec.json
blob18dbf5c3733b4cd8634f44ecc999d3993a923503
2   "name": "StringContainsOperators",
3   "version": "1.1.0",
4   "summary": "A Swift library for creating and evaluating complex string predicates using custom operators.",
5   "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.",
6   "homepage": "https://github.com/Tavernari/StringContainsOperators",
7   "license": "MIT",
8   "authors": {
9     "Victor Carvalho Tavernari": "victortavernari@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Tavernari/StringContainsOperators.git",
13     "tag": "1.1.0"
14   },
15   "source_files": "Sources/**/*.swift",
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.13"
19   }