mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 15:44:20 +00:00
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
|
source 'https://rubygems.org' do
|
||
|
# We need to specify a version including prerelease to pick up prereleases.
|
||
|
# This should pick up all future releases / prereleases.
|
||
|
gem 'cocoapods', '>=1.7.0.beta.1'
|
||
|
end
|