[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / e / StringContainsOperators / 1.0.0 / StringContainsOperators.podspec.json
blob84979a12160c6932400c2aeb5e04658f91f3ab67
2   "name": "StringContainsOperators",
3   "version": "1.0.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.0.0"
14   },
15   "source_files": "Sources/**/*.swift",
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.13"
19   }