ToastESGI 1.1.6

ToastESGI 1.1.6

测试已测试
Lang语言 SwiftSwift
许可 MIT
发布最后发布2017 年 2 月
SwiftSwift 版本3.0
SPM支持 SPM

david 维护。



ToastESGI 1.1.6

  • Salomé, Romain 和 David

IOSFrameworkProject

Projet Final iOS

安装

通过将以下内容添加到您的 Podfile 中来安装:

platform :ios, '10.1'
pod 'ToastESGI', :git => 'https://github.com/PicoPark/IOSFrameworkProject.git'

特性

  • Xcode 设置和部署 Swift 框架就绪
  • CocoaPods : Podfile 和 Podspec 无依赖地创建,Podfile 和 Podspec 可在 此处 查看
  • RubyGems : Gemfile 包含如 Fastlane 等ruby依赖项,通过运行 bundle install 将这些依赖项安装到您的机器上

如何部署?

Toast.shared.warningToast(message: "Mon message toast", viewMain: self.view, duration: .long, position: .top,sound: true)

许可证

IOSFrameworkProject 在 BSD 3-Clause license 许可下。