[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / 3 / TTGSnackbar / 1.10.2 / TTGSnackbar.podspec.json
blob7ecb28a8c9c2f73c1cba5dfa5aeff1fe78dfaa8d
2   "name": "TTGSnackbar",
3   "module_name": "TTGSnackbar",
4   "version": "1.10.2",
5   "summary": "A Swift based implementation of the Android Snackbar for iOS. Show simple message and action button or custom view like a Toast.",
6   "description": "TTGSnackbar is useful for showing a brief message at the bottom of the screen with an action button.\nIt also supports showing icon image, two action buttons or custom content view.\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": "http://tutuge.me",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/zekunyan/TTGSnackbar.git",
21     "tag": "1.10.2"
22   },
23   "source_files": "TTGSnackbar/**/*.{h,swift}",
24   "requires_arc": true,
25   "swift_versions": "5.0",
26   "swift_version": "5.0"