cocoapods: init at 1.3.1 (#32583)
* cocoapods: init at 1.3.1 * requires xcode
This commit is contained in:
committed by
Matthew Justin Bauer
parent
aeff4242db
commit
f5b3f9962e
@@ -0,0 +1,17 @@
|
||||
{ lib, bundlerEnv, ruby }:
|
||||
|
||||
bundlerEnv rec {
|
||||
inherit ruby;
|
||||
pname = "cocoapods";
|
||||
gemdir = ./.;
|
||||
|
||||
meta = with lib; {
|
||||
description = "CocoaPods manages dependencies for your Xcode projects.";
|
||||
homepage = https://github.com/CocoaPods/CocoaPods;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.darwin;
|
||||
maintainers = with maintainers; [
|
||||
peterromfeldhk
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user