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
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
1
120
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
46
31k
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
110
DroidKnights 2025 - 다양한 스크롤 뷰에서의 영상 재생
gaeun5744
3
320
Elixir で IoT 開発、 Nerves なら簡単にできる!?
pojiro
1
150
童醫院敏捷轉型的實踐經驗
cclai999
0
190
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
320
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
220
GraphRAGの仕組みまるわかり
tosuri13
8
480
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
20
3.6k
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
150
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Balancing Empowerment & Direction
lara
1
370
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
930
Automating Front-end Workflow
addyosmani
1370
200k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
Navigating Team Friction
lara
187
15k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
How to train your dragon (web standard)
notwaldorf
93
6.1k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
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