Lets say i want to develop an RSS Reader reusable component for iOS with a configuration file which can me updated by user. So my wish list is as follow:
- Add the component to a new project in single click. Just like adding framework.
- I also want that my source files are NOT visible to other user (developer).
- And yes if there are resources associated with it should also seamlessly be added to new project.
- And most importantly I want the developer to be able to adjust few parameters for my component eg specifying the URL for my RSS Reader.
In short after i am done all i want the developer to see are my header files and configuration file. Any ideas ?