blob: 22ef0281f36a5ba73b23adb3e1657a59f064a890 [file] [log] [blame]
{
"name": "PredicateFlow",
"version": "1.2.2",
"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.2.2"
},
"swift_version": "5.0",
"cocoapods_version": "> 0.39.0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "Basic",
"dependencies": {
"Sourcery": [
"~> 0.16.0"
]
},
"subspecs": [
{
"name": "Basic",
"source_files": "PredicateFlow/Classes/**/*",
"preserve_paths": [
"PredicateFlow/Templates",
"PredicateFlow/Classes/Utils"
]
},
{
"name": "Realm",
"source_files": [
"PredicateFlow/Classes/**/*",
"PredicateFlow-Realm/Classes/**/*"
],
"dependencies": {
"RealmSwift": [
]
}
}
]
}