blob: ec55413d130462c26c8e7fc031c91310aeb0bdb8 [file] [log] [blame]
{
"name": "SFPPredicateDSL",
"version": "0.0.1",
"summary": "Typo-safe DSL for NSPredicate.",
"description": "Typo-safe DSL for NSPredicate. Makes auto-completion and compile-time checks possible when writing NSPredicate's.",
"homepage": "https://github.com/SiarheiFedartsou/SFPPredicateDSL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Siarhei Fiedartsou": "siarhei.fedartsou@gmail.com"
},
"source": {
"git": "https://github.com/SiarheiFedartsou/SFPPredicateDSL.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SFPPredicateDSL/Classes/**/*"
}