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
620
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
300
Other Decks in Programming
See All in Programming
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
820
「抽象に依存せよ」が分からなかった新卒1年目の私が Goのインターフェースと和解するまで
kurogenki
0
100
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
220
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
4
500
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
690
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
130
15年目のiOSアプリを1から作り直す技術
teakun
1
620
Windows on Ryzen and I
seosoft
0
250
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
230
CSC307 Lecture 14
javiergs
PRO
0
470
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
430
How to stabilize UI tests using XCTest
akkeylab
0
110
Featured
See All Featured
We Are The Robots
honzajavorek
0
190
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
970
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.8k
Designing for humans not robots
tammielis
254
26k
Un-Boring Meetings
codingconduct
0
220
Leo the Paperboy
mayatellez
4
1.5k
Navigating Weather and Climate Data
rabernat
0
130
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
How GitHub (no longer) Works
holman
316
140k
エンジニアに許された特別な時間の終わり
watany
106
240k
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