blob: 6e49f663eccf7b0491ca86c15d7c1e57f1969b9d [file] [log] [blame]
{
"name": "PredicateFlow",
"version": "1.0.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": "1.0.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.13.0"
]
},
"subspecs": [
{
"name": "Realm",
"source_files": [
"PredicateFlow/Classes/**/*",
"PredicateFlow-Realm/Classes/**/*"
],
"dependencies": {
"RealmSwift": [
]
}
}
]
}