MBDesign

示例
要运行示例项目,请克隆仓库,然后从Example目录首先运行pod install
要求
安装
MBDesign可通过CocoaPods获取。要安装它,只需将以下行添加到您的Podfile中
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
end
end
pod 'MBDesign'
作者
马蒂亚·贝雷蒂,[email protected]
许可协议
MBDesign 可在 MIT 许可协议下使用。有关更多信息,请参阅 LICENSE 文件。