[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 3 / PredicateFlow / 0.1.1 / PredicateFlow.podspec.json
blob08056b56374418e9a3f7a93b89abb8884ba1eb8e
2   "name": "PredicateFlow",
3   "version": "0.1.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": "0.1.1"
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   }