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
XSLTで作るBrainfuck処理系
makki_d
0
180
GoのWebAssembly活用パターン紹介
syumai
3
9.6k
Bytecode Manipulation 으로 생산성 높이기
bigstark
1
190
Spring gRPC で始める gRPC 入門 / Introduction to gRPC with Spring gRPC
mackey0225
2
480
プロダクト開発でも使おう 関数のオーバーロード
yoiwamoto
0
140
Devinで実践する!AIエージェントと協働する開発組織の作り方
masahiro_nishimi
6
2.9k
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
360
2度もゼロから書き直して、やっとブラウザでぬるぬる動くAIに辿り着いた話
tomoino
0
150
UPDATEがシステムを複雑にする? イミュータブルデータモデルのすすめ
shimomura
1
520
[初登壇@jAZUG]アプリ開発者が気になるGoogleCloud/Azure+wasm/wasi
asaringo
0
120
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
110
Rails産でないDBを Railsに引っ越すHACK - Omotesando.rb #110
lnit
1
160
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
223
9.6k
What's in a price? How to price your products and services
michaelherold
245
12k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Balancing Empowerment & Direction
lara
1
260
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
640
Fireside Chat
paigeccino
37
3.5k
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]