[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / f / 6 / PredicateEditor / 0.9.1 / PredicateEditor.podspec.json
blob215def4d14976b9ea32ef0cc563c3e0beeceea55
2   "name": "PredicateEditor",
3   "version": "0.9.1",
4   "summary": "A visual editor for dynamically creating NSPredicates to query data in your app.",
5   "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.",
6   "homepage": "https://github.com/arvindhsukumar/PredicateEditor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Arvindh Sukumar",
12   "source": {
13     "git": "https://github.com/arvindhsukumar/PredicateEditor.git",
14     "tag": "0.9.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "PredicateEditor/Classes/**/*",
20   "resource_bundles": {
21     "PredicateEditor": [
22       "PredicateEditor/Assets/*.png",
23       "PredicateEditor/Assets/*.xcassets"
24     ]
25   },
26   "dependencies": {
27     "SnapKit": [
28       "~> 0.21"
29     ],
30     "SeedStackViewController": [
31       "~> 0.2"
32     ],
33     "Timepiece": [
34       "~> 0.4"
35     ]
36   }