Makes pod
defaults to pod install
when Podfile
detected.
$ gem i cocoapods-default-install
It just works! Try to type pod
command under the folder with and without Podfile
.
CocoaPods used to default pod
to pod install
before version 0.33.1, but the core team decided to remove this behavior.
This hack was originally proposed as a pull request #1966 to CocoaPods.
cocoapods-default-install is available under the MIT license.