Created
February 22, 2016 14:03
-
-
Save bsrz/faacc880801a3a5b3b88 to your computer and use it in GitHub Desktop.
Gemfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Gemfile | |
| # | |
| # Created by Benoit Sarrazin on Jan 26, 2016. | |
| # Copyright (c) 2016 Berzerker IO. All rights reserved. | |
| # | |
| source "https://rubygems.org" | |
| gem 'cocoapods' | |
| gem 'colorize' | |
| gem 'fastlane' | |
| gem 'json' | |
| gem 'rake' | |
| gem 'rest-client' | |
| gem 'xcpretty' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment