terminology: framework vs. library?

A framework is like an app bundle - it's actually a folder containing a library as well as the required header files for using classes in the library. Sometimes it also contains documentation and bundle resources.
 
I think that makes sense. So if I had a class library, how would I turn that into a framework?
 
Back
Top