Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
CocoaPods: The dependency manager for Objective...
Search
Gustavo Barbosa
July 31, 2014
Programming
0
57
CocoaPods: The dependency manager for Objective-C projects
My talk given at CocoaHeads Rio, Brazil.
Gustavo Barbosa
July 31, 2014
Tweet
Share
More Decks by Gustavo Barbosa
See All by Gustavo Barbosa
Arquitetura de Apps em Cenários Offline
barbosa
2
340
Diet View Controllers
barbosa
0
220
Parse
barbosa
0
130
Introduction to Object
barbosa
0
53
git-flow: a successful branching model
barbosa
4
93
Git: The fast version control system
barbosa
0
240
Clean Code
barbosa
0
130
Other Decks in Programming
See All in Programming
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
260
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
0
4.2k
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
340
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
750
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
280
おやつのお供はお決まりですか?@WWDC25 Recap -Japan-\(region).swift
shingangan
0
110
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
480
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
160
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
100
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
10k
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
0
210
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
800
Featured
See All Featured
Designing Experiences People Love
moore
142
24k
Done Done
chrislema
184
16k
Gamification - CAS2011
davidbonilla
81
5.3k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
Speed Design
sergeychernyshev
32
1k
Raft: Consensus for Rubyists
vanstee
140
7k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
680
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
RailsConf 2023
tenderlove
30
1.1k
The Cult of Friendly URLs
andyhume
79
6.5k
Music & Morning Musume
bryan
46
6.6k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Transcript
CocoaPods The dependency manager for Objective-C projects
Gustavo Barbosa
None
None
None
submodules
configurações manuais (compiler flags, build phases, frameworks, etc.)
dependências em targets errados
deployment target errados
que versão estou usando?
None
visão geral +
None
None
$ gem install cocoapods
Podfile
$ pod install
arquitetando projetos
separação de responsabilidades
Common Categories Networking Cached Images Keychain Wrapper
Common Categories Networking Cached Images Keychain Wrapper Common Categories Networking
Cached Images Keychain Wrapper
None
None
None
Specs CocoaHeadsToolkit ABCAwesomeView 1.0.0 CocoaHeadsToolkit.podspec http://semver.org
pod repo add <pod_name> <pod_repo_url> v 0.33.x
source "<pod_repo_url>" v 0.34.x Podfile
criando podspec
MyLib.podspec
@gustavocsb @barbosa
[email protected]