[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 1 / 9 / DGSnackbar / 0.1.0 / DGSnackbar.podspec.json
blob7f2e676b75493c38442c30f7d05eadb679597ab8
2   "name": "DGSnackbar",
3   "version": "0.1.0",
4   "summary": "A material Design snackbar with action button for iOS.",
5   "description": "                        Currently snackbar is using in Android application and also insome iOS application like Gmail.\n                        Using DGSnackbar, you can implement snackbar in your iOS application. Snackbar has also setting image for action button feature. So you can set image on action button instead of only text.\n",
6   "homepage": "https://github.com/Dhvl-Golakiya/DGSnackbar",
7   "license": "MIT",
8   "authors": {
9     "Dhvl-Golakiya": "dhvl.golakiya@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Dhvl-Golakiya/DGSnackbar.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DGSnackbar": [
22       "Pod/Assets/*.png"
23     ]
24   }