[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / b / f / 3 / PredicateFlow / 0.3 / PredicateFlow.podspec.json
bloba28fba4a8f09a8ec70b243484056aed223c53970
2   "name": "PredicateFlow",
3   "version": "0.3",
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": "0.3"
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   "source_files": "PredicateFlow/Classes/**/*",
27   "preserve_paths": [
28     "PredicateFlow/Templates",
29     "PredicateFlow/Classes/Utils"
30   ],
31   "dependencies": {
32     "Sourcery": [
33       "~> 0.10.1"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Realm",
39       "source_files": [
40         "PredicateFlow/Classes/**/*",
41         "PredicateFlow-Realm/Classes/**/*"
42       ],
43       "dependencies": {
44         "RealmSwift": [
46         ]
47       }
48     }
49   ]