Rebar 5.1.1

Rebar 5.1.1

David Bagwell 维护。



Rebar 5.1.1

  • 作者:
  • David Bagwell

Rebar

要求

  • iOS 11.0+
  • Xcode 11.0+
  • Swift 5.0+

安装

CocoaPods

CocoaPods 是 Cocoa 项目的依赖管理器。您可以使用以下命令安装它

$ gem install cocoapods

要使用 CocoaPods 将 Rebar 集成到您的 Xcode 项目中,请在 Podfile 中指定它

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'Rebar'
end

然后,运行以下命令

$ pod install

致谢

David Bagwell

许可证

Rebar 采用了MIT许可证发布。详细内容请查看LICENSE文件。