blakgeek / cordova-plugin-cocoapods-support

A Cordova/PhoneGap plugin to add support for CocoaPods dependencies.
MIT License
72 stars 71 forks source link

Added the ability to enable legacy swift mode #10

Open Aerex opened 7 years ago

Aerex commented 7 years ago

There was no option to determine the swift version for installed pods. You can achieve this manually by changing the Use Legacy Swift Language Version flag in Build Settings. It would be better to do this automatically. Instructions on how to do this in the README.

cshunger commented 7 years ago

@blakgeek this is a pull request that would be very useful for projects that I am building. Could you please review this pull request and accept?