blakgeek / cordova-plugin-cocoapods-support

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

Add support for podspec configuration #24

Closed beribas closed 7 years ago

beribas commented 7 years ago

This will add missing podspec support.

Example: <pod id="MyPod" podspec="https://path.to.podspec"> will add an entry to podfile: pod 'MyPod', :podspec => 'https://path.to.podspec'

beribas commented 7 years ago

It's a mistake that the commit 3355b8ea66f1927231351d18d2e56aad6a064f21 has landed in this PR. 8d1f761f93051095bb2117f6077dbeba158ceb09 and support for podspec was meant I opened a new PR here: https://github.com/blakgeek/cordova-plugin-cocoapods-support/pull/33

Can you please take a look into it?