How to Build a Framework for Both iOS and OS X - kstenerud/iOS-Universal-Framework GitHub Wiki
kstenerud's great work on the iOS Universal Framework can also be used to build a framework for OS X in the same Xcode project by following these simple steps:
- Install the iOS Universal Framework
- Create a new static framework project
- Create a target for Mac
- Add your code and resources
- Build the frameworks