CocoaPods: Podfile, Install & Version Resolution. CocoaPods is a dependency manager for Swift/Objective-C projects. It reads a Podfile, resolves versions against the public Specs registry (or a git/local source), and gen…
ReadCocoaPods: Authoring & Publishing a Pod. The Podspec. # MyLibrary.podspec — the manifest describing a publishable pod Pod::Spec.new do |s| s.name = 'MyLibrary' s.version = '1.2.0' s.summary = 'A short one-line descriptio…
ReadSave this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever