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
160
Super Debugger
cocoaheadsnyc
0
2.3k
Game Engines are Fun: Cocoa Design Patterns and a UIKit Game Engine
cocoaheadsnyc
0
2.3k
Introduction to Scene Kit for Non-Artists
cocoaheadsnyc
1
2.5k
Let's Build a Text Editor
cocoaheadsnyc
1
3.5k
ARC Miscellany
cocoaheadsnyc
1
2.7k
Parse for iOS
cocoaheadsnyc
1
2.7k
Other Decks in Programming
See All in Programming
推し活としてのrails new/oshikatsu_ha_iizo
sakahukamaki
3
2k
LLM生成文章の精度評価自動化とプロンプトチューニングの効率化について
layerx
PRO
2
170
[PyCon Korea 2024 Keynote] 커뮤니티와 파이썬, 그리고 우리
beomi
0
120
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
160
Better Code Design in PHP
afilina
PRO
0
110
『ドメイン駆動設計をはじめよう』のモデリングアプローチ
masuda220
PRO
8
510
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
420
Identifying User Idenity
moro
6
9.5k
CPython 인터프리터 구조 파헤치기 - PyCon Korea 24
kennethanceyer
0
250
みんなでプロポーザルを書いてみた
yuriko1211
0
190
Webの技術スタックで マルチプラットフォームアプリ開発を可能にするElixirDesktopの紹介
thehaigo
2
1k
Kubernetes for Data Engineers: Building Scalable, Reliable Data Pipelines
sucitw
1
220
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
43
6.8k
How to train your dragon (web standard)
notwaldorf
88
5.7k
For a Future-Friendly Web
brad_frost
175
9.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
700
A Modern Web Designer's Workflow
chriscoyier
693
190k
Side Projects
sachag
452
42k
4 Signs Your Business is Dying
shpigford
180
21k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Optimizing for Happiness
mojombo
376
69k
Facilitating Awesome Meetings
lara
49
6.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
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]