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
59
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
54
git-flow: a successful branching model
barbosa
4
94
Git: The fast version control system
barbosa
0
240
Clean Code
barbosa
0
130
Other Decks in Programming
See All in Programming
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
2
180
個人軟體時代
ethanhuang13
0
240
TanStack DB ~状態管理の新しい考え方~
bmthd
2
360
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.4k
Claude Codeで実装以外の開発フロー、どこまで自動化できるか?失敗と成功
ndadayo
3
1.7k
AWS発のAIエディタKiroを使ってみた
iriikeita
1
110
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
710
オープンセミナー2025@広島LT技術ブログを続けるには
satoshi256kbyte
0
150
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
310
ワープロって実は計算機で
pepepper
2
1.4k
DockerからECSへ 〜 AWSの海に出る前に知っておきたいこと 〜
ota1022
5
1.8k
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
120
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Docker and Python
trallard
45
3.5k
Become a Pro
speakerdeck
PRO
29
5.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
284
13k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
830
Automating Front-end Workflow
addyosmani
1370
200k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
4 Signs Your Business is Dying
shpigford
184
22k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Making Projects Easy
brettharned
117
6.3k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
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]