SwiftGL / Math

SwiftGL Math Library
MIT License
63 stars 22 forks source link

Rename Math CocoaPod to SGLMath to stay consistent with SPM #3

Closed akshay23 closed 6 years ago

akshay23 commented 6 years ago

Sorry to bug you about this again, but would it be possible to change the name of the pod to SGLMath instead of just Math to be consistent with swift package manager? This would work really well if we are using both options in different settings without having to change import SGLMath to import Math.

jkolb commented 6 years ago

I thought that it had to match the Github name, but that actually didn't work for the OpenGL project so had to make it SGLOpenGL to fix compiler errors and it worked but hopefully it can be renamed, not sure how CocoaPods handles that. I'll give it a try.

jkolb commented 6 years ago

OK done.