Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mobile Library Distribution

Aditya P. S.
September 11, 2015

Mobile Library Distribution

Aditya P. S.

September 11, 2015
Tweet

More Decks by Aditya P. S.

Other Decks in Programming

Transcript

  1. Mobile Library Distribution (Cocoapods & jCenter) Presented by Aditya Pradana

    at Engineering Brownbag Session in Oneb1t on Friday, September 11th 2015
  2. How to Create • Register • Create *.podspec or simply

    run $ pod spec create <library_name>
  3. How to Create • Register: $ pod trunk register [email protected]

    ‘Your Name' • Create *.podspec or simply run $ pod spec create <library_name>
  4. How to Create • Release! $ pod lib lint $

    pod trunk push <library_name>.podspec
  5. 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.
  6. jCenter JCenter is the place to find and share popular

    Apache Maven packages for use by Maven, Gradle, Ivy, SBT, etc.
  7. How to Create • Register at bintray.com • Configure your

    library gradle project • Configure Bintray package • Run $ ./gradlew bintrayUpload