App extension compatible Toast library for iOS, tvOS, and OS X.
Add the following line to your Cartfile.
github "isair/Toasty"
Then do carthage update
. After that, add the framework to your project.
Add the following line in your Podfile
.
pod 'Toasty'
You can also add Toasty.swift directly into your project.
Check the Kitchensink app after cloning the project for usage examples.