-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Podspecs for the Cordova library project #542
Comments
Would this be a reincarnation of https://cocoapods.org/pods/Cordova? |
@janpio Sort of. It doesn't incur the overhead of having to publish to |
As only 2 of the 7 names in the "maintained by" list ring a bell for me at all, this might probably have been the reason - it just happened. I don't know to much about iOS and nothing about Cocoapods, what whould a command to use this look like when this is merged? Will this "publish" specific releases or just |
This will specify pod specs for releases.
|
Thanks for the newbie friendly explainer here. |
Ha, definitely not - I should really understand what I merge. But @dpogue is on it, see his comments. One last question: How does a project including Cordova this way use Cordova? |
As a Podspec newbie, I do have a concern that the upgradable Podspec assumes that the interface between JavaScript and the native side will remain stable. Normally, upgrading cordova-ios would upgrade both the JavaScript bundled in cordova.js and the native side. My concern is that the flexible Podspec would introduce a risk of newer native code that is not compatible with the existing JavaScript code in cordova.js. While I do not expect this interface to change very much in the near future, I think we should be very careful about this kind of risk and hope we can find a good way to mitigate. |
Feature Request
Add a
podspec
file for theCordova
project.Motivation Behind Feature
Cordova
throughCocoapods
if they choose to use that instead of thecordova
CLI.podspec
file.Cordova
project either.Feature Description
Cocoapods
would be a breeze.pod 'Cordova'
as one of the dependencies with the URL specified would fetch theCordova
library in the app and generate the workspace.Alternatives or Workarounds
Cocoapods
andCordova
.The text was updated successfully, but these errors were encountered: