blob: 872b1776bc0247c4ed9997d9bfdb523903eb4c97 [file] [log] [blame]
{
"name": "GTToast",
"version": "0.1.1",
"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.1.1"
},
"social_media_url": "https://twitter.com/gregttn",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GTToast": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}