I\'ve created iOS Framework project using this method: https://github.com/jverkoey/iOS-Framework
Works pretty neat but I\'m a little confused on how to include libra
Mostly if you install third party frameworks you can install with cocoapods (which is really nice, I would definitely do that) or they offer you to download the framework and include it in your Project. If you decide to download the library and include it there is normally a list of frameworks you need in the "Getting started" guide.
Means: Offer them to install using cocoapods and to download your library but do not include anything else, give them a list what they need.