[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / f / 6 / d / SSSnackbar / 0.1.1 / SSSnackbar.podspec.json
blobcbbf717eb7a9691a2b7e9d06919c169e961e436a
2   "name": "SSSnackbar",
3   "version": "0.1.1",
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\n                        Snackbar'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.\n\n",
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.1"
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"