blob: 08056b56374418e9a3f7a93b89abb8884ba1eb8e [file] [log] [blame]
{
"name": "PredicateFlow",
"version": "0.1.1",
"summary": "Flowable NSPredicate. Written in Swift.",
"description": "PredicateFlow is a builder that allows you to write amazing, strong-typed and easy-to-read NSPredicate.",
"homepage": "https://github.com/andreadelfante/PredicateFlow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andreadelfante": "andreadelfante94@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/andreadelfante/PredicateFlow.git",
"tag": "0.1.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "PredicateFlow/Classes/**/*",
"preserve_paths": [
"PredicateFlow/Templates",
"PredicateFlow/Classes/Utils"
],
"dependencies": {
"Sourcery": [
"~> 0.10.1"
]
}
}