[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / f / 5 / e / DUNotificationBanner / 1.0.4 / DUNotificationBanner.podspec.json
blob91f1acf182090cc2f342a1561c31ea3977c5bdea
2   "name": "DUNotificationBanner",
3   "version": "1.0.4",
4   "summary": "A drop-in-solution to present banner notifications in any UIViewController.",
5   "description": "Use this pod to display in app notifications in real time it, the source of the notifications\ndoesn't matter, it can be from API or from scehduled events, it just works!.",
6   "homepage": "https://github.com/duriana/DUNotificationBanner",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "essame": "essam.a0@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/duriana/DUNotificationBanner.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DUNotificationBanner/Classes/**/*",
22   "public_header_files": "DUNotificationBanner/Classes/DUNotificationBannerPresentationManager.h",
23   "dependencies": {
24     "TTLayoutSupport": [
25       "~> 0.4.0"
26     ]
27   }