Objective-C wrapper of SWORD library
This library is the backend of the Eloquent bible study app. But it can certainly be used in other projects.
Notes on compiling:
- cd into dependencies and unpack
icu.tar.gzandclucene.tar.gz. - in dependencies make a checkout of the SWORD sources
- create a symlink to the SWORD source folder, like:
ln -s <your_sword_src_folder> sword. Because the project is expecting SWORD sources under aswordsymlink.