[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 3 / PredicateFlow / 1.2.1 / PredicateFlow.podspec.json
blob917b92988e7628d11cf8d1cbdbc39a80e36341ae
2   "name": "PredicateFlow",
3   "version": "1.2.1",
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.2.1"
18   },
19   "swift_version": "4.2",
20   "cocoapods_version": "> 0.39.0",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   },
27   "default_subspecs": "Basic",
28   "dependencies": {
29     "Sourcery": [
30       "~> 0.15.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Basic",
36       "source_files": "PredicateFlow/Classes/**/*",
37       "preserve_paths": [
38         "PredicateFlow/Templates",
39         "PredicateFlow/Classes/Utils"
40       ]
41     },
42     {
43       "name": "Realm",
44       "source_files": [
45         "PredicateFlow/Classes/**/*",
46         "PredicateFlow-Realm/Classes/**/*"
47       ],
48       "dependencies": {
49         "RealmSwift": [
51         ]
52       }
53     }
54   ]