[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / b / 1 / GTToast / 0.1.1 / GTToast.podspec.json
blob872b1776bc0247c4ed9997d9bfdb523903eb4c97
2   "name": "GTToast",
3   "version": "0.1.1",
4   "summary": "GTToast is a library written in Swift which allows toast notifcations to be displayed. You can create toasts with text and/or images.",
5   "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.",
6   "homepage": "https://github.com/gregttn/GTToast",
7   "license": "MIT",
8   "authors": {
9     "gregttn": "gregttn@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gregttn/GTToast.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/gregttn",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "GTToast": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"