blob: b0ae9fe519092066157c89406e0336151c249e23 [file] [log] [blame]
{
"name": "GTToast",
"version": "0.3.0",
"summary": "GTToast is a library written in Swift which allows toast notifcations to be displayed. You can create toasts with text and/or images.",
"description": "GTToast is a library written in Swift which allows toast notifcations to be displayed. You can create toasts with text and/or images. There are many options available to allow you to adapt look and feel of the toast messages to your app.",
"homepage": "https://github.com/gregttn/GTToast",
"license": "MIT",
"authors": {
"gregttn": "gregttn@gmail.com"
},
"source": {
"git": "https://github.com/gregttn/GTToast.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/gregttn",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}