Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 563 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 563 Bytes

NSCoderApp

App for NSCoders hangouts. The purpose of this app is to help NSCoder groups worldwide to organize meetups.

Steps for downloading and configuring this project

  1. Download the source code:
$ git clone git@github.com:veladan/NSCoders.git
$ cd NSCoders
  1. Install cocoapods
$ [sudo] gem install cocoapods
$ pod setup  
  1. Configure de workspace:
$ pod install 
  1. Open de project
$ open NSCoderApp.xcworkspace   

Don't open the file NSCoderApp.xcodeproj, or you can not compile the project.