cordova-plugin-cocoapods-support icon indicating copy to clipboard operation
cordova-plugin-cocoapods-support copied to clipboard

A Cordova/PhoneGap plugin to add support for CocoaPods dependencies.

Results 9 cordova-plugin-cocoapods-support issues
Sort by recently updated
recently updated
newest added

In order to add this to Podfile of my app: ``` target 'OneSignalNotificationServiceExtension' do pod 'OneSignalXCFramework', '>= 5.0', '< 6.0' end ``` I add this line to config.xml: `` But...

Hello, i'm developing a customized version of [cordova-plugin-document-scanner](https://github.com/NeutrinosPlatform/cordova-plugin-document-scanner) and I want to use a customized version of the [WeScan](https://github.com/WeTransfer/WeScan) library. I forked both and tried to load WeScan via cocoapods-support...

Starting with CocoaPods 1.9.0, they now allow you to specify `use_frameworks! :linkage => :static` in your pod file so cocoa pods will generate full frameworks with statically linked libraries and...

Hi, I'm wondering if the plugin allows us to use local pod ? I'm developing a SDK and want to create a cordova plugin before release it on a cocoapods...

I have cordova-plugin-firebase-analytics in my app. In it's plugin.xml file it contains: ````javascript ```` cocoapods-support doesn't recognize this and therefore doesn't add it to my Podfile

Hi, when I add a private podspec using ``` ``` The pod installation fails because the podspecs are not updated: ``` Sit back and relax this could take a while....

My project file config.xml was introduced ``` xml ``` ``` Xcode 9.2 cordova 8.0.0 cordova-ios 4.5.4 ios target 9.0 ``` I set my own termId and set the `Swift Language...

Fixed issue with build failing due to the inability to find the destination specifier ``` xcodebuild: error: Unable to find a destination matching the provided destination specifier: { platform:iOS Simulator...

There was no option to determine the swift version for installed pods. You can achieve this manually by changing the `Use Legacy Swift Language Version` flag in `Build Settings`. It...