| { |
| "name": "GhostPrompt", |
| "version": "0.0.1", |
| "summary": "Notification alert much like Android's SnackBar.", |
| "description": "Want Android's SnackBar like notification in your iOS app ? Well, it's here with customization in your hand. All you have to do is init GhostPrompt and pass it the view where you need to show it(highly suggested : self.view). Set parameters you want like appearingDirection, animationDuration, backgroundColor... Explore it ! If you want more, please suggest !", |
| "homepage": "https://github.com/vipu1212/GhostPrompt", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Divyansh Singh": "divyansh.1212@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/vipu1212/GhostPrompt.git", |
| "tag": "0.0.1" |
| }, |
| "social_media_url": "https://in.linkedin.com/in/divyanshsingh92", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "GhostPrompt": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |