[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 9 / b / 8 / SearchQueryParser / 0.0.1 / SearchQueryParser.podspec.json
blobacb1230128bfd26a1bba1a6fbf986916c655d507
2   "name": "SearchQueryParser",
3   "version": "0.0.1",
4   "summary": "Parsing search string with logical operators (AND, OR, NOT) and generates predicate from it.",
5   "description": "Current framework allows to use logical operators with search (like SearchKit). But only you don't need to generate Index file for using it.\nThis framework generates NSPredicate or filtering block by default, but you can write another builder yourself.",
6   "homepage": "https://github.com/AlexIzh/SearchQueryParser",
7   "license": "MIT",
8   "authors": {
9     "Alex Severyanov": "alex.severyanov@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/AlexIzh/SearchQueryParser.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "SearchQueryParser/SearchQueryParser/*.swift",
21     "SearchQueryParser/SearchQueryParser/*.h"
22   ],
23   "pushed_with_swift_version": "3.0"