You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/08/10 03:13:51 UTC

[GitHub] knight9999 opened a new issue #391: CocoaPods Improvement

knight9999 opened a new issue #391: CocoaPods Improvement
URL: https://github.com/apache/cordova-ios/issues/391
 
 
   # Overview:
   The purpose of this ticket is to improve Cocoapod support by:
   
   * Deprecate the framework usage of `type="podspec"`
   
   The current `framework` tag `type="podspec"` provided basic CocoaPods support in the beginning. Continuing to support this method but expand on the tag to support more features will become messy. Additionally, some configurations are not at an individual pod level.
   
   In this case, the best option is to deprecate this method and implement a new method for handling CocoaPods.
   
   * Improve readability
   
   The new method/structure in `plugin.xml` will improve the readability. 
   
   * Add missing default configurations
   
   The new method/structure in `plugin.xml` will also provide the ability to give users flexibility with global pod configuration and down to the individual pods.
   
   # Goals
   * Allow users to configure the pod environment: For example use_framework!
     * https://issues.apache.org/jira/browse/CB-11893
   * Provide support of private pod repositories
     * https://issues.apache.org/jira/browse/CB-12216
   
   # Requirement Proposal
   * https://github.com/apache/cordova-discuss/pull/108

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org