mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
ae22f7d35c
cocoapods-beta is an alternative attribute for the cocoapods package that provides the latest beta instead of the stable version. Also switch to `bundlerApp` so we stop polluting the profile with our gem dependencies and can get rid of the broken `sandbox-pod` executable.
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
|