[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / 3 / f / SGSnackBar / 1.0.1 / SGSnackBar.podspec.json
blobaf6299b268036d3759fc8c5728f57cefe4568e7b
2   "name": "SGSnackBar",
3   "version": "1.0.1",
4   "summary": "An Android snackbar type information toast/popup",
5   "description": "A highly customizable view similar to android snackbar which can be shown to show user simple toast updates that auto dismiss, or show with a action button to get user feedback for simple cases like : undo a message delete, show push notification content and get user action and so on.",
6   "homepage": "https://github.com/Shubhank101/SGSnackBar",
7   "license": "MIT",
8   "authors": {
9     "Shubhank Gupta": "shubhankscores@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Shubhank101/SGSnackBar.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SGSnackBar": [
22       "Pod/Assets/*.png"
23     ]
24   }