Rickipedia-iOS is an open source Rick and Morty Wiki app for iOS. It uses the Rick and Morty API for its backend.
*Compiles with Xcode 9 & Swift 4
*Parses JSON using Swift 4 Decodable protocol
*Uses Moya for its Networking Layer
*View a list of Characters, Locations, and Episodes.
*Search
*Pagination
The project uses CocoaPods as a dependency manager.
Once you have CocoaPods installed you will need to run pod install.