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
Introduction to CocoaPods
Search
CocoaHeadsNYC
June 27, 2013
Programming
0
4.3k
Introduction to CocoaPods
Anup Doshi gave an introduction to CocoaPods -- what it's for and how to use it.
CocoaHeadsNYC
June 27, 2013
Tweet
Share
More Decks by CocoaHeadsNYC
See All by CocoaHeadsNYC
App & Service
cocoaheadsnyc
0
4.1k
Four Little Problems
cocoaheadsnyc
0
220
Super Debugger
cocoaheadsnyc
0
2.3k
Game Engines are Fun: Cocoa Design Patterns and a UIKit Game Engine
cocoaheadsnyc
0
2.4k
Introduction to Scene Kit for Non-Artists
cocoaheadsnyc
1
2.5k
Let's Build a Text Editor
cocoaheadsnyc
1
3.6k
ARC Miscellany
cocoaheadsnyc
1
2.7k
Parse for iOS
cocoaheadsnyc
1
2.7k
Other Decks in Programming
See All in Programming
Introduction to Git & GitHub
latte72
0
110
What's new in Adaptive Android development
fornewid
0
140
あまり知られていない MCP 仕様たち / MCP specifications that aren’t widely known
ktr_0731
0
250
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
270
なぜあなたのオブザーバビリティ導入は頓挫するのか
ryota_hnk
5
590
バイブスあるコーディングで ~PHP~ 便利ツールをつくるプラクティス
uzulla
1
330
ZeroETLで始めるDynamoDBとS3の連携
afooooil
0
160
AIに安心して任せるためにTypeScriptで一意な型を作ろう
arfes0e2b3c
0
340
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
1
260
なぜ今、Terraformの本を書いたのか? - 著者陣に聞く!『Terraformではじめる実践IaC』登壇資料
fufuhu
4
580
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
970
decksh - a little language for decks
ajstarks
4
21k
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
A Tale of Four Properties
chriscoyier
160
23k
KATA
mclloyd
32
14k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
The Invisible Side of Design
smashingmag
301
51k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Rails Girls Zürich Keynote
gr2m
95
14k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.4k
GitHub's CSS Performance
jonrohan
1031
460k
Transcript
Introduction to Cocoapods Anup Doshi Cocoaheads, New York City 27
June 2013 Beta* *Beta: If this presentation sucks it cause you are looking too early
Why Cocoapods? • Manages dependencies for you! - Imports Headers,
Frameworks and Project settings • Library Versioning • Reduces headaches of storing/managing 3rd party libraries • Works well in the Continuous Integration environment
Setup $ [sudo] gem install cocoapods $ pod setup Thats
it. Boom!
Podfile
Podspec
Demo
Resources • http://cocoapods.org/ • https://github.com/CocoaPods/CocoaPods/ wiki • Spec Repo: https://github.com/CocoaPods/
Specs
Anup Doshi @anup_doshi
[email protected]