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