May 222012
kstenerud@github develops a very useful template for Xcode. It enables you to build iOS frameworks from your own library or available libraries online. Building a framework will help you use your libraries in different projects easier and without having all .m and .h files floating in your project’s resource directory.
I used this template to build SBJson.framework for my own iOS projects. Here is a screenshot of what you will see before using this template:
