[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / 9 / IGSearch / 0.2.0 / IGSearch.podspec.json
blob253de3063982fe10de859d11c46505031bbd9dd6
2   "name": "IGSearch",
3   "version": "0.2.0",
4   "summary": "A simple Objective-C full text search engine with CJK support.",
5   "homepage": "https://github.com/siuying/IGSearch",
6   "authors": {
7     "Francis Chong": "francis@ignition.hk"
8   },
9   "source": {
10     "git": "https://github.com/siuying/IGSearch.git",
11     "tag": "0.2.0"
12   },
13   "platforms": {
14     "ios": "6.0",
15     "osx": "10.8"
16   },
17   "source_files": [
18     "IGSearch/Classes/*.{h,m}",
19     "vendor/sqlite3-fts-cjk/fts3/*.{h,m,c}"
20   ],
21   "requires_arc": true,
22   "license": {
23     "type": "MIT",
24     "file": "LICENSE.md"
25   },
26   "dependencies": {
27     "FMDB/standalone": [
29     ],
30     "sqlite3": [
32     ],
33     "CocoaLumberjack": [
35     ]
36   }