Podfile
pod 'AFNetworking'
pod 'Kiwi', :head
pod 'SSKeychain', '~> 2.1.2'
Slide 48
Slide 48 text
Podfile
pod 'AFNetworking'
pod 'Kiwi', :head
pod 'SSKeychain', '~> 2.1.2'
pod 'SSKeychain', '~> 2.1.3'
# ....
pod 'SSKeychain', '~> 2.1.999'
Slide 49
Slide 49 text
$ pod install
Slide 50
Slide 50 text
$ pod install
def install!
resolve_dependencies
download_dependencies
generate_pods_project
integrate_user_project if config.integrate_targets?
perform_post_install_actions
end
$ pod
Commands:
+ help Show help for the given command.
+ init Generate a Podfile for the current directory.
+ install Install project dependencies
+ lib Develop pods
+ list List pods
+ outdated Show outdated project dependencies
+ plugins Show available CocoaPods plugins
+ repo Manage spec-repositories
+ search Searches for pods
+ spec Manage pod specs
+ trunk Interact with the CocoaPods API (e.g.
publishing new specs)
+ try Try a Pod!
+ update Update outdated project dependencies