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
Mobile Library Distribution
Search
Aditya P. S.
September 11, 2015
Programming
0
610
Mobile Library Distribution
Aditya P. S.
September 11, 2015
Tweet
Share
More Decks by Aditya P. S.
See All by Aditya P. S.
Introduction to MVVM for iOS
apradanas
0
3.7k
Effective Programming in Development Process
apradanas
0
290
Other Decks in Programming
See All in Programming
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
220
技術的負債の正体を知って向き合う / Facing Technical Debt
irof
0
150
Web Components で実現する Hotwire とフロントエンドフレームワークの橋渡し / Bridging with Web Components
da1chi
3
2k
CSC509 Lecture 06
javiergs
PRO
0
260
ポスターセッション: 「まっすぐ行って、右!」って言ってラズパイカーを動かしたい 〜生成AI × Raspberry Pi Pico × Gradioの試作メモ〜
komofr
0
1.2k
Software Architecture
hschwentner
6
2.3k
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
190
What's new in Spring Modulith?
olivergierke
1
140
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
2
150
CSC305 Lecture 06
javiergs
PRO
0
210
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1.1k
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
0
170
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
900
A Tale of Four Properties
chriscoyier
160
23k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
The Cost Of JavaScript in 2023
addyosmani
53
9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Git: the NoSQL Database
bkeepers
PRO
431
66k
How to Think Like a Performance Engineer
csswizardry
27
2k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
Facilitating Awesome Meetings
lara
56
6.6k
Speed Design
sergeychernyshev
32
1.2k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
The World Runs on Bad Software
bkeepers
PRO
71
11k
Transcript
Mobile Library Distribution (Cocoapods & jCenter) Presented by Aditya Pradana
at Engineering Brownbag Session in Oneb1t on Friday, September 11th 2015
Why? To make our life easier!
Cocoapods The Dependency Manager for iOS and Mac projects
How to Use • Create Podfile • Run $ pod
install • It’s ready!
How to Create • Register • Create *.podspec or simply
run $ pod spec create <library_name>
How to Create • Register: $ pod trunk register
[email protected]
‘Your Name' • Create *.podspec or simply run $ pod spec create <library_name>
How to Create • Release! $ pod lib lint $
pod trunk push <library_name>.podspec
Bintray Bintray is a social service for developers to publish,
download, store, promote, and share open source software packages. With Bintray's full self-service platform developers have full control over their published software and how it is distributed to the world.
jCenter JCenter is the place to find and share popular
Apache Maven packages for use by Maven, Gradle, Ivy, SBT, etc.
How to Use • Add dependency into build.gradle and sync
• It’s ready!
How to Create • Register at bintray.com • Configure your
library gradle project • Configure Bintray package • Run $ ./gradlew bintrayUpload
How to Create • Add to jCenter • It’s ready!
Thank You