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 #33

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'