1 { lib, bundlerApp, ruby
7 gemfile = if beta then ./Gemfile-beta else ./Gemfile;
8 lockfile = if beta then ./Gemfile-beta.lock else ./Gemfile.lock;
9 gemset = if beta then ./gemset-beta.nix else ./gemset.nix;
12 # toString prevents the update script from being copied into the nix store
13 passthru.updateScript = toString ./update;
16 description = "Manages dependencies for your Xcode projects";
17 homepage = "https://github.com/CocoaPods/CocoaPods";
18 license = licenses.mit;
19 platforms = platforms.darwin;
20 maintainers = with maintainers; [