| { |
| "name": "DUNotificationBanner", |
| "version": "1.0.4", |
| "summary": "A drop-in-solution to present banner notifications in any UIViewController.", |
| "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!.", |
| "homepage": "https://github.com/duriana/DUNotificationBanner", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "essame": "essam.a0@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/duriana/DUNotificationBanner.git", |
| "tag": "1.0.4" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "DUNotificationBanner/Classes/**/*", |
| "public_header_files": "DUNotificationBanner/Classes/DUNotificationBannerPresentationManager.h", |
| "dependencies": { |
| "TTLayoutSupport": [ |
| "~> 0.4.0" |
| ] |
| } |
| } |