Slide 18
Slide 18 text
Automation
Removing the depending on the open-source specs repo
$ pod whitelist NAME VERSION
Whitelists a (pod, version) tuple for internal Square use
Automatically generating pre-built binary pods on CI
$ pod bin NAME.podspec [ARTIFACT_REPO_URL]
Converts the provided `NAME.podspec` into a binary version. The process includes, installing a sandbox,
building the sandbox using release configuration for both device and simulator, packing the output
and generate a new podspec that uses `ARTIFACT_REPO_URL` as the source.
The generated podspec is also validated.
Scaling CocoaPods @ Square 7