360-iOS
##Dependencies
- XCode 5 & iOS 7 SDK
- Ruby
- Rubygems
- CocoaPods
###Installing CocoaPods (This requires ruby and rubygems which should be installed on OSX by default). Via command-line:
$ [sudo] gem install cocoapods
$ pod setup
Navigate to the projects folder and:
$ pod install
This generates a .xcworkspace file with our project and a separate project for the pods. It can be opened from the command line by doing:
open Three\ Sixty\ Feedback.xcworkspace/
or just double click the file in Finder.
