handling dependencies for iOS Framework project

前端 未结 7 1995
不思量自难忘°
不思量自难忘° 2020-12-28 08:09

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

7条回答
  •  生来不讨喜
    2020-12-28 08:46

    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.

提交回复
热议问题