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
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
320
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
180
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
870
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
530
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
260
Deep Dive into ~/.claude/projects
hiragram
14
14k
顧客の画像データをテラバイト単位で配信する 画像サーバを WebP にした際に起こった課題と その対応策 ~継続的な取り組みを添えて~
takutakahashi
4
1.3k
マッチングアプリにおけるフリックUIで苦労したこと
yuheiito
0
190
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
930
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
230
CDK引数設計道場100本ノック
badmintoncryer
2
480
フロントエンドのパフォーマンスチューニング
koukimiura
5
2k
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Fireside Chat
paigeccino
37
3.5k
Code Review Best Practice
trishagee
69
19k
Thoughts on Productivity
jonyablonski
69
4.7k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Practical Orchestrator
shlominoach
189
11k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Done Done
chrislema
184
16k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Producing Creativity
orderedlist
PRO
346
40k
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]