Released on 2019-11-09.
- Automatically adds the
MergeFile
to your generated Pods project (just like yourPodfile
) - Adds support for fixing Swift modular imports (
import xxxx
) when thehas_dependencies!
flag is specified #10 - Adds a group using
swift_version!
&has_dependencies!
flags in the example project
Released on 2019-11-06.
- Adds a new flag
swift_version!
to manually set the Swift version of a merge group #5 - Fixes an issue with the
.modulemap
unable to compile when a pod contains+
in it's name #8
Released on 2019-10-28.
- Fixes an issue when the
resource
property in a Podspec is aString
Released on 2019-10-12.
- Initial release 🎉