Closed beribas closed 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?
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'