I'm guessing that what you are asking for is how to create a shared dynamic library for iOS; and the long and short of it is: You can't.
The only kind of library supported is the static library; so whenever you make changes to your library; every application that uses it needs to be recompiled.