/words

Example Thesaurus app written in Swift

Primary LanguageSwiftMIT LicenseMIT

Words

Simple Thesaurus built with Moby data.

Building

You'll need CocoaPods to build the app. To install CocoaPods, run the following command in Terminal:

$ sudo gem install cocoapods

Once you have CocoaPods installed, run the following command to install Words' dependencies:

$ pod install

Now, open Words.xcworkspace in Xcode 6 and simply click run.