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
190
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
AWS Lambda functions with C# 用の Dev Container Template を作ってみた件
mappie_kochi
0
240
Amazon ECS とマイクロサービスから考えるシステム構成
hiyanger
2
490
社内フレームワークとその依存性解決 / in-house framework and its dependency management
vvakame
1
550
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.8k
Immutable ActiveRecord
megane42
0
130
AIの力でお手軽Chrome拡張機能作り
taiseiue
0
170
プログラミング言語学習のススメ / why-do-i-learn-programming-language
yashi8484
0
120
Writing documentation can be fun with plugin system
okuramasafumi
0
120
Flutter × Firebase Genkit で加速する生成 AI アプリ開発
coborinai
0
150
chibiccをCILに移植した結果 (NGK2025S版)
kekyo
PRO
0
210
テストをしないQAエンジニアは何をしているか?
nealle
0
130
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
7
2.5k
Featured
See All Featured
Gamification - CAS2011
davidbonilla
80
5.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Practical Orchestrator
shlominoach
186
10k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
10
1.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
400
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
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]