- iOS 9.0 以上
- Swift 4.2 以上
在podfile
中添加:
在podfile
配置
pod 'Lantern', '1.1.3'
然后pod install
集成。
使用Xcode的包管理器添加本仓库URL。
File -> Swift Packages -> Add Package Dependency
添加URL:https://github.com/fcbox/Lantern
把本仓库下载到你本地,然后把Sources
文件夹下的Lantern
文件夹整个拖入Xcode,勾选拷贝文件选项即可,没有其它第三方依赖。