[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 9 / 6 / 3 / TTGSnackbar / 0.5.1 / TTGSnackbar.podspec.json
blob8bf11245260942bab2916f84f9fe429a7c3d5815
2   "name": "TTGSnackbar",
3   "module_name": "TTGSnackbar",
4   "version": "0.5.1",
5   "summary": "A Swift based implementation of the Android Snackbar for iOS. Show simple message and action button like a Toast.",
6   "description": "TTGSnackbar is useful for showing a brief message at the bottom of the screen with an action button.\nIt appears above all other elements on screen and only one can be displayed at a time.\nIt disappears after a timeout or after user click the action button.",
7   "homepage": "https://github.com/zekunyan/TTGSnackbar",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "zekunyan": "zekunyan@163.com"
14   },
15   "social_media_url": "https://twitter.com/zorro_tutuge",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/zekunyan/TTGSnackbar.git",
21     "tag": "0.5.1"
22   },
23   "source_files": "TTGSnackbar/**/*.{h,swift}",
24   "requires_arc": true