[Add] TMNewsInformationSDK 0.0.999
[CocoaPods.git] / Specs / d / 5 / e / MFSnackBar / 0.1.1 / MFSnackBar.podspec.json
blobf56bbbc5beb26e83f9d2013b0f6dcd18fbf00888
2   "name": "MFSnackBar",
3   "version": "0.1.1",
4   "summary": "Small notifications loosely based on iOS banner notifications and Android's snackbar",
5   "description": "Display notifications with accessories, buttons, different actions for dismiss and button touch. All that with a smooth and stylish animation!",
6   "homepage": "https://github.com/MediaflexPL/MFSnackBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jakub Darowski": "jakub.darowski@mediaflex.pl"
13   },
14   "source": {
15     "git": "https://github.com/MediaflexPL/MFSnackBar.git",
16     "tag": "0.1.1"
17   },
18   "module_name": "MFSnackBar",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "MFSnackBar/Classes/*.swift",
23   "resources": [
24     "MFSnackBar/Assets/*.xib",
25     "MFSnackBar/Assets/*.png"
26   ],
27   "frameworks": "UIKit",
28   "dependencies": {
29     "SteviaLayout": [
30       "~> 3.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"