[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 3 / PredicateFlow / 1.1.0 / PredicateFlow.podspec.json
blobfdf2bad60798dcf0f72c5f68134da74e52f51d83
2   "name": "PredicateFlow",
3   "version": "1.1.0",
4   "summary": "Flowable NSPredicate. Written in Swift.",
5   "description": "PredicateFlow is a builder that allows you to write amazing, strong-typed and easy-to-read NSPredicate.",
6   "homepage": "https://github.com/andreadelfante/PredicateFlow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "andreadelfante": "andreadelfante94@gmail.com"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/andreadelfante/PredicateFlow.git",
17     "tag": "1.1.0"
18   },
19   "swift_version": "4.0",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "default_subspecs": "Basic",
27   "dependencies": {
28     "Sourcery": [
29       "~> 0.14.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Basic",
35       "source_files": "PredicateFlow/Classes/**/*",
36       "preserve_paths": [
37         "PredicateFlow/Templates",
38         "PredicateFlow/Classes/Utils"
39       ]
40     },
41     {
42       "name": "Realm",
43       "source_files": [
44         "PredicateFlow/Classes/**/*",
45         "PredicateFlow-Realm/Classes/**/*"
46       ],
47       "dependencies": {
48         "RealmSwift": [
50         ]
51       }
52     }
53   ]