[
https://issues.apache.org/jira/browse/CB-12216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile closed CB-12216.
-----------------------------
Resolution: Fixed
the new podpec tag allows this, closing
> iOS: Add support for private pod repositories
> ---------------------------------------------
>
> Key: CB-12216
> URL: https://issues.apache.org/jira/browse/CB-12216
> Project: Apache Cordova
> Issue Type: New Feature
> Components: cordova-ios, cordova-lib
> Affects Versions: 4.3.0
> Environment: Cordova CLI 6.4.0
> iOS engine 4.3.0
> CocoaPods 1.1.1
> Reporter: Jean-Marc Terrettaz
> Priority: Major
> Labels: backlog
> Fix For: [email protected]
>
>
> Add support for private Pod repositories. That is, add support for the
> Podfile 'source' element
> https://guides.cocoapods.org/syntax/podfile.html#source.
> Maybe this could be done by adding a 'source' attribute to the <framework>
> element of plugin.xml when type=podspec. For example
> {code}
> <framework src="SomeFramework" type="podspec" spec="~> 1.2.0"
> source="https://my.company.com/cocoapods.git"/>
> {code}
> would result in this line added to Podfile:
> {code}
> source 'https://my.company.com/cocoapods.git'
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]