Skip to content

Commit

Permalink
add gemfile to test
Browse files Browse the repository at this point in the history
  • Loading branch information
leavez committed Apr 28, 2019
1 parent 839d474 commit 2f3c241
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pkg
.idea/

test/Pods
test/Gemfile.lock

## Various settings
*.pbxuser
Expand Down
7 changes: 7 additions & 0 deletions test/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

# frozen_string_literal: true
source "https://rubygems.org"

gem 'cocoapods', '1.6.1'
gem 'cocoapods-binary', :path => "../"

0 comments on commit 2f3c241

Please sign in to comment.