[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / 9 / IGSearch / 0.3.2 / IGSearch.podspec.json
blobc9f43fd9c034035968d8cfb1ee04ef619e08391a
2   "name": "IGSearch",
3   "version": "0.3.2",
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     "Steven Gravell": "steve@mokele.co.uk"
9   },
10   "source": {
11     "git": "https://github.com/siuying/IGSearch.git",
12     "tag": "0.3.2"
13   },
14   "platforms": {
15     "ios": "5.1",
16     "osx": "10.8"
17   },
18   "source_files": [
19     "IGSearch/Classes/*.{h,m}",
20     "vendor/sqlite3-fts-cjk/fts3/*.{h,m,c}"
21   ],
22   "requires_arc": true,
23   "license": {
24     "type": "MIT",
25     "file": "LICENSE.md"
26   },
27   "dependencies": {
28     "FMDB/standalone": [
30     ],
31     "sqlite3": [
33     ],
34     "CocoaLumberjack": [
36     ]
37   }