JonatasTeixeira
JonatasTeixeira

Reputation: 1492

Is it possible to use CocoaPods through Nexus repository?

In my company we do not have open internet access, so to develop the applications that depends of many dependences using a corporative Nexus.

In this Nexus we have mavencentral, jcenter, npmjs and others repository proxies. But we are starting to developing for iOS, and we want to use CocoaPods, but, first of all I have to know if is there some way to use CocoaPods through Nexus.

Some one knows how to do it?

Artifactory has a issue to implement this feature. https://www.jfrog.com/jira/browse/RTFACT-5385

Upvotes: 6

Views: 8350

Answers (4)

Ahmed Galal
Ahmed Galal

Reputation: 61

Nexus 3.19.0 now supporting Cocoapods and Conda:

https://blog.sonatype.com/cocoapods-conda-in-nexus-repository

More detailed set up here: https://help.sonatype.com/repomanager3/formats/cocoapods-repositories

Upvotes: 6

Christopher
Christopher

Reputation: 146

Sonatype Nexus 3 added Cocoapods support from NXRM 3.19.0

Upvotes: 0

Maxim Kolesnikov
Maxim Kolesnikov

Reputation: 5135

As of now Nexus doesn't support CocoaPods: https://issues.sonatype.org/browse/NEXUS-9733 And Artifactory does (since v.4.5): https://www.jfrog.com/confluence/display/RTF/Artifactory+4.5

More information according different repositories features could be found on this feature matrix: http://binary-repositories-comparison.github.io/

It's a bit outdated, but I'm currently working on its updating.

Upvotes: 5

noc
noc

Reputation: 86

As of 7/2/2015,

Nexus doesn't have support yet for Cocoapods. They might consider adding it for Nexus 3 eventually if there is enough demand. -> from their tech support.

I'm looking for a workaround for it..

Upvotes: 2

Related Questions