2 "name": "BRFullTextSearch",
3 "version": "2.0.0-beta1",
4 "summary": "Objective-C full text search engine.",
5 "description": "This project provides a way to integrate full-text search\ncapabilities into your iOS and OS X projects. First, it provides\na protocol-based API for a simple text indexing and search\nframework. Second, it provides a\n[CLucene](http://clucene.sourceforge.net/) based implementation of\nthat framework.",
6 "homepage": "https://github.com/Blue-Rocket/BRFullTextSearch",
7 "license": "Apache License, Version 2.0",
9 "Matt Magoffin": "matt@bluerocket.us"
16 "git": "https://github.com/Blue-Rocket/BRFullTextSearch.git",
24 "-fvisibility=default",
32 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
33 "CLANG_CXX_LIBRARY": "libc++"
36 "default_subspecs": "Core",
41 "BRFullTextSearch/API": [
44 "BRFullTextSearch/Implementation-CLucene": [
51 "source_files": "BRFullTextSearch/*.{h,m}",
53 "BRFullTextSearch/*CLucene*",
54 "BRFullTextSearch/BRNoLockFactory.*",
55 "BRFullTextSearch/*Analyzer*",
56 "BRFullTextSearch/*Filter*"
60 "name": "Implementation-CLucene",
62 "BRFullTextSearch/*CLucene*",
63 "BRFullTextSearch/BRNoLockFactory.*",
64 "BRFullTextSearch/*Analyzer*",
65 "BRFullTextSearch/*Filter*"
68 "BRFullTextSearch/API": [