JohnSundell / SwiftPlate

Easily generate cross platform Swift framework projects from the command line
MIT License
1.77k stars 88 forks source link

Update source files in podspec template #7

Closed kiliankoe closed 7 years ago

kiliankoe commented 7 years ago

If you create a new pod through cocoapods all files in /Classes/**/* get pulled in as source files. Imho that's a saner default compared to defaulting to the base file only.

JohnSundell commented 7 years ago

Awesome, thanks @kiliankoe! 🚀

kiliankoe commented 7 years ago

Thanks for the project! 😊