Slide 44
Slide 44 text
FIGHTERS
CocoaPods Git Submodules
Fast to set up Slower to set up. Integration is on you.
Not tied to a VCS, doesn’t even need a VCS Needs Git repositories
Dependency manager A dumb content tracker
Quick to learn er…
External code is just put into the project. No history, no
logs directly accessible
Full repository. See history, access all the code, run
tests
Encourages a consumption model
Full project is available. Changes can be made, pushed
to others while a pull request is pending
Acknowledgements, external bundles subspecs. Shut up, I’m just a content tracker.
Adds a dependency to manage dependencies You have Git already, you can manage the rest.