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
5つのアンチパターンから学ぶLT設計
narihara
1
110
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.3k
WindowInsetsだってテストしたい
ryunen344
1
190
エンジニア向け採用ピッチ資料
inusan
0
160
GraphRAGの仕組みまるわかり
tosuri13
8
480
Create a website using Spatial Web
akkeylab
0
300
Elixir で IoT 開発、 Nerves なら簡単にできる!?
pojiro
1
150
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
400
Benchmark
sysong
0
270
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
230
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
2
270
DroidKnights 2025 - 다양한 스크롤 뷰에서의 영상 재생
gaeun5744
3
320
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
3.8k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
GraphQLとの向き合い方2022年版
quramy
48
14k
4 Signs Your Business is Dying
shpigford
184
22k
Become a Pro
speakerdeck
PRO
28
5.4k
Being A Developer After 40
akosma
90
590k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Scaling GitHub
holman
459
140k
Fireside Chat
paigeccino
37
3.5k
Unsuck your backbone
ammeep
671
58k
BBQ
matthewcrist
89
9.7k
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]