Matt Magoffin

3pods
This project provides a way to integrate the CocoaLumberjack project easily into your own project with log levels configurable per Cocoa class, similar to what the venerable log4j provides in Java.
License: Apache-2.0
Provides an easy way to define environment settings in a
Environment.plist file. For example you might define a
baseURL as http://my.awesome.service
for some web service your
app communicates with. During development you might want to have
the app use a test server, however, so BREnvironment
supports a LocalEnvironment.plist file where you can override
that baseURL setting to http://my.crashful.service
.
License: Apache 2
This project provides a way to integrate full-text search capabilities into your iOS and OS X projects. First, it provides a protocol-based API for a simple text indexing and search framework. Second, it provides a CLucene based implementation of that framework.
License: Apache 2