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 2f3c241 commit ee88e50Copy full SHA for ee88e50
demo/Gemfile
@@ -4,4 +4,4 @@ source "https://rubygems.org"
4
5
gem 'cocoapods', '1.6.1'
6
gem 'cocoapods-binary', :path => "../"
7
-
+gem 'xcpretty'
demo/Gemfile.lock
@@ -1,9 +1,10 @@
1
PATH
2
remote: ..
3
specs:
- cocoapods-binary (0.4.3)
+ cocoapods-binary (0.4.4)
cocoapods (>= 1.5.0, < 2.0)
fourflusher (~> 2.0)
+ xcpretty (~> 0.3.0)
8
9
GEM
10
remote: https://rubygems.org/
@@ -62,6 +63,7 @@ GEM
62
63
nanaimo (0.2.6)
64
nap (1.1.0)
65
netrc (0.11.0)
66
+ rouge (2.0.7)
67
ruby-macho (1.4.0)
68
thread_safe (0.3.6)
69
tzinfo (1.2.5)
@@ -72,13 +74,16 @@ GEM
72
74
claide (>= 1.0.2, < 2.0)
73
75
colored2 (~> 3.1)
76
nanaimo (~> 0.2.6)
77
+ xcpretty (0.3.0)
78
+ rouge (~> 2.0.7)
79
80
PLATFORMS
81
ruby
82
83
DEPENDENCIES
84
cocoapods (= 1.6.1)
85
cocoapods-binary!
86
+ xcpretty
87
88
BUNDLED WITH
89
2.0.1
0 commit comments