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
210
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
PipeCDのプラグイン化で目指すところ
warashi
1
280
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
120
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
21
4k
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
550
Result型で“失敗”を型にするPHPコードの書き方
kajitack
5
650
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.3k
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
120
Node-RED を(HTTP で)つなげる MCP サーバーを作ってみた
highu
0
120
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
170
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.1k
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
760
Featured
See All Featured
Balancing Empowerment & Direction
lara
1
430
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
KATA
mclloyd
30
14k
Building Adaptive Systems
keathley
43
2.7k
Become a Pro
speakerdeck
PRO
29
5.4k
Navigating Team Friction
lara
187
15k
Writing Fast Ruby
sferik
628
62k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Typedesign – Prime Four
hannesfritz
42
2.7k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
510
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
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]