.dll Equivalent on Mac OS X

Viewed 7358

I am from a Windows background and I am used to creating SDKs by creating (.dll)s and then distributing all the libraries and Documentation.

So, if a user wants to use it, he adds a reference to the library and uses it. However, in a Mac, I am working on a SDK and I want a way of creating and distributing Mac libraries.

(I want to create the library in Objective-C) Please help me :)

2 Answers
Related