blob: 215def4d14976b9ea32ef0cc563c3e0beeceea55 [file] [log] [blame]
{
"name": "PredicateEditor",
"version": "0.9.1",
"summary": "A visual editor for dynamically creating NSPredicates to query data in your app.",
"description": "PredicateEditor allows users of your apps to dynamically create filters (in the form of NSPredicates) using an easy-to-use GUI, that can then be used to filter data.",
"homepage": "https://github.com/arvindhsukumar/PredicateEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Arvindh Sukumar",
"source": {
"git": "https://github.com/arvindhsukumar/PredicateEditor.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PredicateEditor/Classes/**/*",
"resource_bundles": {
"PredicateEditor": [
"PredicateEditor/Assets/*.png",
"PredicateEditor/Assets/*.xcassets"
]
},
"dependencies": {
"SnapKit": [
"~> 0.21"
],
"SeedStackViewController": [
"~> 0.2"
],
"Timepiece": [
"~> 0.4"
]
}
}