We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839d474 commit 2f3c241Copy full SHA for 2f3c241
.gitignore
@@ -3,6 +3,7 @@ pkg
3
.idea/
4
5
test/Pods
6
+test/Gemfile.lock
7
8
## Various settings
9
*.pbxuser
test/Gemfile
@@ -0,0 +1,7 @@
1
+
2
+# frozen_string_literal: true
+source "https://rubygems.org"
+gem 'cocoapods', '1.6.1'
+gem 'cocoapods-binary', :path => "../"
0 commit comments