Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-12216

iOS: Add support for private pod repositories

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.3.0
    • cordova-ios@4.5.1
    • cordova-ios, cordova-lib
    • Cordova CLI 6.4.0
      iOS engine 4.3.0
      CocoaPods 1.1.1

    Description

      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

      <framework src="SomeFramework" type="podspec" spec="~> 1.2.0" source="https://my.company.com/cocoapods.git"/>
      

      would result in this line added to Podfile:

      source 'https://my.company.com/cocoapods.git'
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jmterrettaz Jean-Marc Terrettaz
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: