SlideShare a Scribd company logo
☙ COCOAPODS ❧
forprivatelibrariesAdrien Humilière - Captain Train
Cocoaheads Paris, 11/02/2016
☙ Cocoapods? ❧
Cocoaheads Paris, 11/02/2016
Dependencymanager
Cocoaheads Paris, 11/02/2016
+3000pods
Cocoaheads Paris, 11/02/2016
platform :ios, '8.0'
target 'App' do
pod 'Alamofire', '~> 3.1.0'
end
Cocoaheads Paris, 11/02/2016
$ pod install
$ open App.xcworkspace
Cocoaheads Paris, 11/02/2016
☙ Privatepods ❧
Cocoaheads Paris, 11/02/2016
1 CreateaPodsrepository
Cocoaheads Paris, 11/02/2016
Cocoaheads Paris, 11/02/2016
$ pod repo add adhumi git@github.com:adhumi/podspecs.git
Cocoaheads Paris, 11/02/2016
✓
Cocoaheads Paris, 11/02/2016
2 MakeaPod
Cocoaheads Paris, 11/02/2016
$ cd MyPrivateLibrary
$ pod create spec MyPrivateLibrary
Cocoaheads Paris, 11/02/2016
Pod::Spec.new do |s|
s.name = "MyPrivateLibrary"
s.version = "1.0.0"
s.summary = "Lorem ipsum dolor sit amet."
[...]
end
Cocoaheads Paris, 11/02/2016
$ pod repo push adhumi MyPrivateLibrary.podspec
Cocoaheads Paris, 11/02/2016
✓
Cocoaheads Paris, 11/02/2016
3 Usemyprivatepod
Cocoaheads Paris, 11/02/2016
platform :ios, '8.0'
target 'App' do
pod 'Alamofire', '~> 3.1.0'
pod 'MyPrivateLibrary'
end
Cocoaheads Paris, 11/02/2016
$ pod install
Updating local specs repositories
Analyzing dependencies
[!] Unable to find a specification for `TSPTableView`
Cocoaheads Paris, 11/02/2016
source 'git@github.com:adhumi/podspecs.git'
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'App' do
pod 'Alamofire', '~> 3.1.0'
pod 'MyPrivateLibrary'
end
Cocoaheads Paris, 11/02/2016
$ pod install
Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Installing Alamofire (3.1.7)
Installing MyPrivateLibrary (0.0.1)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use
`App.xcworkspace` for this project from now on.
Cocoaheads Paris, 11/02/2016
✓
Cocoaheads Paris, 11/02/2016
4 Developaprivatelibrary
Cocoaheads Paris, 11/02/2016
target 'App' do
pod 'Alamofire', '~> 3.1.0'
pod 'MyPrivateLibrary', :path => '~/MyPrivateLibrary'
end
Cocoaheads Paris, 11/02/2016
$ pod update
Cocoaheads Paris, 11/02/2016
Cocoaheads Paris, 11/02/2016
…
Cocoaheads Paris, 11/02/2016
$ vim MyPrivateLibrary.podspec
$ git commit
$ git tag 1.0.1
$ git push
$ pod repo push adhumi MyPrivateLibrary.podspec
Cocoaheads Paris, 11/02/2016
target 'App' do
pod 'Alamofire', '~> 3.1.0'
pod 'MyPrivateLibrary'
end
$ pod update
Cocoaheads Paris, 11/02/2016
✓
Cocoaheads Paris, 11/02/2016
☙ Why? ❧
Cocoaheads Paris, 11/02/2016
InternalLibs
Cocoaheads Paris, 11/02/2016
ForkedexternalLibs
Cocoaheads Paris, 11/02/2016
ExternalLibswith
noCocoapodssupport
Cocoaheads Paris, 11/02/2016
☙ Tips ❧
Cocoaheads Paris, 11/02/2016
HTTPvs.SSH
Cocoaheads Paris, 11/02/2016
--allow-warnings
--use-libraries
Cocoaheads Paris, 11/02/2016
Thanks:-)
Cocoaheads Paris, 11/02/2016
Questions?captaintrain.com/jobs
Cocoaheads Paris, 11/02/2016
@adhumi
adhumi@captaintrain.com
Cocoaheads Paris, 11/02/2016

More Related Content

PDF
Silent push
PDF
Cocoa pods
PDF
Creating Custom Slack Integrations with Vapor
PDF
Mastering xPaaS - get down and dirty in the OpenShift Cloud (part I)
PDF
OpenShift State of the Union, brought to you by JBoss
PDF
10 less-known Laravel Packages: May 2016
PDF
Intro to Github Actions @likecoin
PDF
Laravel Code Generators and Packages
Silent push
Cocoa pods
Creating Custom Slack Integrations with Vapor
Mastering xPaaS - get down and dirty in the OpenShift Cloud (part I)
OpenShift State of the Union, brought to you by JBoss
10 less-known Laravel Packages: May 2016
Intro to Github Actions @likecoin
Laravel Code Generators and Packages

What's hot (20)

PDF
DevOps Camp 2017 NYC Local Development using Vagrant by Anthony Alvarez
PDF
Open Source Contributions - Alsey Coleman Miller
PDF
Kinect Workshop Part 1/2
PDF
Behaviour Driven Development con Behat & Drupal
PDF
Moderne Android Builds mit Gradle
PDF
Vagrant: The ability to create production environments from day 1 of development
PDF
Vagrant for local and team WordPress Development
PPTX
Volunteering atyouseeforit services
PDF
Introduction to GitHub Actions
PDF
React Native Expo
PDF
CocoaPods introduction
PDF
Deploy your app with one Slack command
PDF
PPTX
PDF
Breaking bad habits with GitLab CI
PPTX
React Native
PDF
OpenShift: Java EE in the clouds
PDF
Why you can't ignore GitLab
PDF
Using Cocoapods
ODP
DIY Java & Kubernetes
DevOps Camp 2017 NYC Local Development using Vagrant by Anthony Alvarez
Open Source Contributions - Alsey Coleman Miller
Kinect Workshop Part 1/2
Behaviour Driven Development con Behat & Drupal
Moderne Android Builds mit Gradle
Vagrant: The ability to create production environments from day 1 of development
Vagrant for local and team WordPress Development
Volunteering atyouseeforit services
Introduction to GitHub Actions
React Native Expo
CocoaPods introduction
Deploy your app with one Slack command
Breaking bad habits with GitLab CI
React Native
OpenShift: Java EE in the clouds
Why you can't ignore GitLab
Using Cocoapods
DIY Java & Kubernetes
Ad

Viewers also liked (20)

PDF
Zenly - Reverse geocoding
PDF
OSX Complex Application Challenge Architecture
PDF
OHHttpStubs
PDF
A little respect for MVC part 1 par Gegoire Lhotellier
PDF
Mastering Interface Builder
PDF
Conférence DotSwift 2016
PDF
Apple Search Optimization
PDF
Swift open source
PDF
POI clusturing
PDF
BlaBlaCar et la mise en place d'une fonctionnalité FlagFeature
PDF
MultiPeer Connectivity Framework
PDF
Découverte de HomeKit
PDF
App-resizer Library
PDF
Swift Sequences & Collections
PDF
Gatekeeper par Guillaume Faure
PDF
Plugins Xcode
PDF
PDF
Genius scan - Du boostrap à 20 millions d’utilisateurs, techniques et outils ...
PDF
Project Entourage
PDF
Let's migrate to Swift 3.0
Zenly - Reverse geocoding
OSX Complex Application Challenge Architecture
OHHttpStubs
A little respect for MVC part 1 par Gegoire Lhotellier
Mastering Interface Builder
Conférence DotSwift 2016
Apple Search Optimization
Swift open source
POI clusturing
BlaBlaCar et la mise en place d'une fonctionnalité FlagFeature
MultiPeer Connectivity Framework
Découverte de HomeKit
App-resizer Library
Swift Sequences & Collections
Gatekeeper par Guillaume Faure
Plugins Xcode
Genius scan - Du boostrap à 20 millions d’utilisateurs, techniques et outils ...
Project Entourage
Let's migrate to Swift 3.0
Ad

Similar to CocoaPods for private libraries (20)

PDF
How to easy deploy app into any cloud
PPTX
CocoaPods.pptx
PDF
The Big Cloud native FaaS Lebowski
PDF
LetSwift 2017 - 토스 iOS 앱의 개발/배포 환경
PDF
Odoo development workflow with pip and virtualenv
PPTX
Building full-stack Node.js web apps with Visual Studio Code
PPTX
An API Your Parents Would Be Proud Of
PDF
Dependent things dependency management for apple sw - slideshare
PDF
Riding on rails3 with full stack of gems
PPTX
What is CocoaPods and how to setup?
PDF
Using hapi plugins to version your API (hapiDays 2014)
PDF
RESTful OSGi middleware for NoSQL databases with Docker
PDF
Mastering xPaaS - get down and dirty in the OpenShift Cloud (part II)
PDF
Docker and serverless Randstad Jan 2019: OpenFaaS Serverless: when functions ...
PDF
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...
PDF
sampa.js start
PDF
LicensePlist - A license list generator of all your dependencies for iOS appl...
PDF
Cocoapods Overview - library dependency manager for iOS
PDF
SFScon17 - Daniele Gobbetti: "Free software projects on GitHub and DMCA"
PPTX
SaaS Boilerplate.pptx
How to easy deploy app into any cloud
CocoaPods.pptx
The Big Cloud native FaaS Lebowski
LetSwift 2017 - 토스 iOS 앱의 개발/배포 환경
Odoo development workflow with pip and virtualenv
Building full-stack Node.js web apps with Visual Studio Code
An API Your Parents Would Be Proud Of
Dependent things dependency management for apple sw - slideshare
Riding on rails3 with full stack of gems
What is CocoaPods and how to setup?
Using hapi plugins to version your API (hapiDays 2014)
RESTful OSGi middleware for NoSQL databases with Docker
Mastering xPaaS - get down and dirty in the OpenShift Cloud (part II)
Docker and serverless Randstad Jan 2019: OpenFaaS Serverless: when functions ...
Frontend Performance: Beginner to Expert to Crazy Person (San Diego Web Perf ...
sampa.js start
LicensePlist - A license list generator of all your dependencies for iOS appl...
Cocoapods Overview - library dependency manager for iOS
SFScon17 - Daniele Gobbetti: "Free software projects on GitHub and DMCA"
SaaS Boilerplate.pptx

More from CocoaHeads France (20)

PDF
Mutation testing for a safer Future
PDF
iOS App Group for Debugging
PDF
Asynchronous swift
PDF
Visual accessibility in iOS11
PDF
My script - One year of CocoaHeads
PDF
Ui testing dealing with push notifications
PDF
CONTINUOUS DELIVERY WITH FASTLANE
PDF
L'intégration continue avec Bitrise
PDF
Super combinators
PDF
Design like a developer
PDF
Handle the error
PDF
Quoi de neuf dans iOS 10.3
PDF
IoT Best practices
PDF
SwiftyGPIO
PDF
Présentation de HomeKit
PDF
Programme MFI retour d'expérience
PDF
How to communicate with Smart things?
PDF
Build a lego app with CocoaPods
PDF
What's new in iOS9
PDF
BitTorrent on iOS
Mutation testing for a safer Future
iOS App Group for Debugging
Asynchronous swift
Visual accessibility in iOS11
My script - One year of CocoaHeads
Ui testing dealing with push notifications
CONTINUOUS DELIVERY WITH FASTLANE
L'intégration continue avec Bitrise
Super combinators
Design like a developer
Handle the error
Quoi de neuf dans iOS 10.3
IoT Best practices
SwiftyGPIO
Présentation de HomeKit
Programme MFI retour d'expérience
How to communicate with Smart things?
Build a lego app with CocoaPods
What's new in iOS9
BitTorrent on iOS

Recently uploaded (20)

PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
top salesforce developer skills in 2025.pdf
PDF
medical staffing services at VALiNTRY
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
System and Network Administration Chapter 2
PDF
Understanding Forklifts - TECH EHS Solution
PPT
Introduction Database Management System for Course Database
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
ai tools demonstartion for schools and inter college
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Softaken Excel to vCard Converter Software.pdf
Odoo Companies in India – Driving Business Transformation.pdf
VVF-Customer-Presentation2025-Ver1.9.pptx
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Reimagine Home Health with the Power of Agentic AI​
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
top salesforce developer skills in 2025.pdf
medical staffing services at VALiNTRY
Design an Analysis of Algorithms II-SECS-1021-03
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
How to Choose the Right IT Partner for Your Business in Malaysia
System and Network Administration Chapter 2
Understanding Forklifts - TECH EHS Solution
Introduction Database Management System for Course Database
Design an Analysis of Algorithms I-SECS-1021-03
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
ai tools demonstartion for schools and inter college
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PTS Company Brochure 2025 (1).pdf.......
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Softaken Excel to vCard Converter Software.pdf

CocoaPods for private libraries