FreshPlan
meet-up app that plans when you guys want to meet.
Requirements
- Cocoapods
 - RVM (Ruby) but this should be pre-default installed on a mac os
 
Setting up the Project
This project uses a MVMM architecture, along with the usage of RxSwift. This allows us to have clean and beautiful code. To begin, do the following steps:
- Install 
bundlerby doinggem install bundler - First, on the project directory, do 
bundle installto get the gems. - Type in 
bundle exec pod installto get the pods. - Note: Any time a podfile changes, you'll need to do pod install.
 - Open up the 
.xcworkspacefile, not.xcodeproj.