[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 6 / d / SSSnackbar / 0.1.2 / SSSnackbar.podspec.json
blob514aa40bb7db41a76fe9b50dab6c0ec3a09563ea
2   "name": "SSSnackbar",
3   "version": "0.1.2",
4   "summary": "An iOS implementation of the Material Design Snackbar component; a stylish actionable alert.",
5   "description": "Snackbars are a Android UI component which present a stylish, actionable alert to the user. Google also uses their own iOS snackbar implementation in some of their iOS apps, such as Gmail.\n\nSnackbar's are useful for presenting a brief message to the user which they can then act on. A common usage pattern is to display a snackbar after a user has performed some destructive action, providing the user with a grace period during which they can undo this action.",
6   "homepage": "https://github.com/stonesam92/SSSnackbar",
7   "screenshots": [
8     "http://i.imgur.com/Z5QWAJW.jpg",
9     "http://i.imgur.com/bud0MB4.jpg"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Sam Stone": "stonesam92@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/stonesam92/SSSnackbar.git",
17     "tag": "0.1.2"
18   },
19   "social_media_url": "https://twitter.com/CmdShiftN",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "SSSnackbar": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "public_header_files": "Pod/Classes/**/*.h",
31   "frameworks": "UIKit"