https://github.com/defactosoftware/360-ios
360 Feedback for iOS
https://github.com/defactosoftware/360-ios
Last synced: 3 months ago
JSON representation
360 Feedback for iOS
- Host: GitHub
- URL: https://github.com/defactosoftware/360-ios
- Owner: DefactoSoftware
- Created: 2014-01-28T15:53:53.000Z (almost 12 years ago)
- Default Branch: development
- Last Pushed: 2014-03-20T08:32:54.000Z (almost 12 years ago)
- Last Synced: 2025-01-01T11:42:26.840Z (about 1 year ago)
- Language: Objective-C
- Size: 8.59 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
360-iOS
=======
360 Feedback for iOS
[](https://magnum.travis-ci.com/DefactoSoftware/360-iOS)
##Dependencies
1. XCode 5 & iOS 7 SDK
2. Ruby
3. Rubygems
3. 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.