So the iOS SDK basically is one class (an interface file and an implementation file), but a lot of the features people are requesting extensions for require frameworks. I'm guessing the answer is no, but is there any way at all to include a framework (or the instruction to include one of the frameworks which comes with Xcode) with an extension, or should it simply be a matter of including the instruction to import the framework when building the app?
