I want to write a iOS SDK. But I am stuck with the process in which category I need to create it under Frameworks & Library like Framework, Static Library & Metal Library and why?
Queries:- Suppose I create under Framework then how can I deliver it to the client. I mean what is the build process so I can bundled it into a single file? Which language will be better for the SDK Development (Obj-c OR Swift) and why?