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 824fed0 commit 0220371Copy full SHA for 0220371
Gemfile
@@ -5,3 +5,4 @@ gem 'naturally', '~> 1.3.2'
5
gem 'jazzy', '~> 0.13.5'
6
gem 'xcpretty'
7
gem 'rake'
8
+gem 'pkg-config'
Gemfile.lock
@@ -85,6 +85,7 @@ GEM
85
naturally (1.3.2)
86
netrc (0.11.0)
87
open4 (1.3.4)
88
+ pkg-config (1.5.1)
89
plist (3.6.0)
90
public_suffix (4.0.7)
91
rake (13.0.6)
@@ -119,6 +120,7 @@ PLATFORMS
119
120
DEPENDENCIES
121
jazzy (~> 0.13.5)
122
naturally (~> 1.3.2)
123
+ pkg-config
124
plist
125
rake
126
xcpretty
0 commit comments