blakgeek / cordova-plugin-cocoapods-support

A Cordova/PhoneGap plugin to add support for CocoaPods dependencies.
MIT License
72 stars 72 forks source link

Private pods source #26

Closed JanC closed 7 years ago

JanC commented 7 years ago

Hi, is there a way to add the source parameter to the Podfile so that I can use also private pods

The generated Podfile would then looks like this

# Podfile
platform :ios, '8.0'
use_frameworks!

source 'git@github.com:foo/bar-cocoapods-specs.git'

pod 'MyKit', '~> 3.2'

cheers

meewii commented 7 years ago

+1

samgabriel commented 7 years ago

+1

gotoAndBliss commented 7 years ago

+1

ach commented 7 years ago

+1, please merge this

JanC commented 7 years ago

Hi, this issue is closed but the pull request is still open ..

blakgeek commented 7 years ago

The functionality was added but not using the same implementation.

On Feb 9, 2017 7:48 AM, "Jan Chaloupecky" notifications@github.com wrote:

Hi, this issue is closed but the pull request is still open ..

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/blakgeek/cordova-plugin-cocoapods-support/issues/26#issuecomment-278631409, or mute the thread https://github.com/notifications/unsubscribe-auth/AAyU3rZ0ZrHTz94-GIsbX1Uf6mW_TTXfks5raws6gaJpZM4LgrfQ .

ach commented 7 years ago

Just noticed: 1.2.20 is updated here, but not released on npm. I need to use git-repo of plugin to get it work.

blakgeek commented 7 years ago

Oops. It's published now.