[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / b / RGSnackBar / 0.3.0 / RGSnackBar.podspec.json
blobfae14a165880e5f0a2161ff2e704501360034a23
2   "name": "RGSnackBar",
3   "version": "0.3.0",
4   "summary": "A small, yet robust and extensible snackbar for iOS",
5   "description": "RGSnackBar is a small library that allows you to queue certain messages and later display them in a view you like.\n\nIt comes with default ways to display messages and a lot of possibilities.\n\nMore will come.",
6   "homepage": "https://github.com/jdarowski/RGSnackBar",
7   "license": {
8     "type": "MIT  ",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kuvisit": "kuvisit@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jdarowski/RGSnackBar.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RGSnackBar/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "SwiftPriorityQueue": [
25       "~> 1.1.0"
26     ],
27     "SteviaLayout": [
28       "~> 3.0"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "3.2"
33   },
34   "pushed_with_swift_version": "3.2"