when npm install command runs, It installs all the packages mentioned in the package.json.
when pod install command is run, which is the base file to install all required pods?
Is there any file in iOS like package.json that decides which pods have to be installed?