ToastESGI 1.1.6

ToastESGI 1.1.6

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by david.



ToastESGI 1.1.6

  • By
  • Salomé, Romain and David

IOSFrameworkProject

Projet Final iOS

Installation

Install with CocoaPods by adding the following to your Podfile:

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

Features

  • Xcode setup and ready to deploy Swift Framework
  • CocoaPods : The Podfile and the Podspec are created without dependencies
  • RubyGems : The Gemfile contains ruby dependencies such as Fastlane, run bundle install to install these dependencies into your machine

How to deploy ?

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

License

IOSFrameworkProject is licensed under the BSD 3-Clause license.