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
56
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
止められない医療アプリ、そっと Swift 6 へ
medley
1
150
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
460
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
220
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
1.2k
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
490
CSC509 Lecture 04
javiergs
PRO
0
300
チームの境界をブチ抜いていけ
tokai235
0
160
CSC305 Lecture 05
javiergs
PRO
0
210
あなたとKaigi on Rails / Kaigi on Rails + You
shimoju
0
120
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
200
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
10
6.5k
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
980
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
224
10k
It's Worth the Effort
3n
187
28k
Speed Design
sergeychernyshev
32
1.2k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Done Done
chrislema
185
16k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Bash Introduction
62gerente
615
210k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
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]