apache / cordova-common

Apache Cordova Common Tooling Library
https://cordova.apache.org/
Apache License 2.0
39 stars 46 forks source link

feat(PluginInfo): add podspec plugins support (#177) #178

Open yinzara opened 2 years ago

yinzara commented 2 years ago

Platforms affected

iOS platform

Motivation and Context

This PR adds support for a new "plugins" and "plugin" elements in the "podspec" section of the plugin.xml to support the Cocoapods Plugins syntax standards:

Closes #177

Description

See description in https://github.com/apache/cordova-ios/issues/1256

Testing

Automated tests have been updated to reflect the change

Checklist