You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Overview:
The purpose of this ticket is to improve Cocoapod support by:
type="podspec"
The current
framework
tagtype="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.
The new method/structure in
plugin.xml
will improve the readability.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
Requirement Proposal
The text was updated successfully, but these errors were encountered: