App for NSCoders hangouts. The purpose of this app is to help NSCoder groups worldwide to organize meetups.
- Download the source code:
$ git clone [email protected]:veladan/NSCoders.git
$ cd NSCoders
- Install cocoapods
$ [sudo] gem install cocoapods
$ pod setup
- Configure de workspace:
$ pod install
- Open de project
$ open NSCoderApp.xcworkspace
Don't open the file NSCoderApp.xcodeproj, or you can not compile the project.