[Add] FastRoute 0.1.0
[CocoaPods.git] / Specs / a / 4 / c / PredicateBuilder / 1.0.2 / PredicateBuilder.podspec.json
blob3745089e667ad9c7844e48497ebfdbdc89f6953b
2   "name": "PredicateBuilder",
3   "version": "1.0.2",
4   "summary": "A declarative, type-safe way to build NSPredicates",
5   "homepage": "https://github.com/square/predicate-builder",
6   "license": {
7     "type": "Apache 2.0",
8     "text": "2023 Square, Inc."
9   },
10   "authors": {
11     "Patrick Gatewood": "patrick@patrickgatewood.com"
12   },
13   "source": {
14     "git": "https://github.com/square/predicate-builder.git",
15     "tag": "1.0.2"
16   },
17   "platforms": {
18     "ios": "14.0",
19     "osx": "12.0"
20   },
21   "swift_versions": "5.7",
22   "source_files": "PredicateBuilder/Sources/**/*.swift",
23   "subspecs": [
24     {
25       "name": "PredicateBuilderCore",
26       "source_files": "PredicateBuilderCore/Sources/**/*.swift"
27     },
28     {
29       "name": "PredicateBuilderMacro",
30       "source_files": "PredicateBuilderMacro/Sources/**/*.swift"
31     }
32   ],
33   "swift_version": "5.7"