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
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.3k
AIでLINEスタンプを作ってみた
eycjur
1
230
AI時代のUIはどこへ行く?
yusukebe
17
8.8k
Laravel Boost 超入門
fire_arlo
2
210
個人軟體時代
ethanhuang13
0
320
速いWebフレームワークを作る
yusukebe
5
1.7k
ソフトウェアテスト徹底指南書の紹介
goyoki
1
150
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
400
testingを眺める
matumoto
1
140
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
270
Kiroで始めるAI-DLC
kaonash
2
580
時間軸から考えるTerraformを使う理由と留意点
fufuhu
15
4.6k
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
The World Runs on Bad Software
bkeepers
PRO
70
11k
KATA
mclloyd
32
14k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Practical Orchestrator
shlominoach
190
11k
A better future with KSS
kneath
239
17k
Faster Mobile Websites
deanohume
309
31k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Thoughts on Productivity
jonyablonski
70
4.8k
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