bhariharan opened a new issue #542: Add Podspecs for the Cordova library project
URL: https://github.com/apache/cordova-ios/issues/542
 
 
   # Feature Request
   Add a `podspec` file for the `Cordova` project.
   
   ## Motivation Behind Feature
   - This allows projects to fetch `Cordova` through `Cocoapods` if they choose 
to use that instead of the `cordova` CLI.
   - Upgrades are seamless and as simple as changing the version in the app's 
`podspec` file.
   - Very easy to maintain. No overhead on the `Cordova` project either.
   
   ## Feature Description
   - Consuming via `Cocoapods` would be a breeze.
   - Adding `pod 'Cordova'` as one of the dependencies with the URL specified 
would fetch the `Cordova` library in the app and generate the workspace.
   - I have tested this in my own environment and it works great.
   
   ## Alternatives or Workarounds
   - Unfortunately, there are no workarounds if you want to use `Cocoapods` and 
`Cordova`.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to