[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 2 / PredicateKit / 1.7.0 / PredicateKit.podspec.json
blob9f1d0042652f48f76e227168270d4c6e37e34c5f
2   "name": "PredicateKit",
3   "version": "1.7.0",
4   "summary": "Write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions.",
5   "description": "PredicateKit allows Swift developers to write expressive and type-safe predicates for CoreData using key-paths, comparisons and logical operators, literal values, and functions.",
6   "homepage": "https://github.com/ftchirou/PredicateKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Faiçal Tchirou": "ftchirou@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0",
16     "osx": "10.15",
17     "watchos": "5.0",
18     "tvos": "11.0"
19   },
20   "source": {
21     "git": "https://github.com/ftchirou/PredicateKit.git",
22     "tag": "1.7.0"
23   },
24   "source_files": "PredicateKit/**/*.swift",
25   "swift_versions": [
26     "5.1",
27     "5.2",
28     "5.3"
29   ],
30   "swift_version": "5.3"