[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / a / GhostPrompt / 0.0.1 / GhostPrompt.podspec.json
blob2b420cdf4b19c462ce7f30fe418c284071675556
2   "name": "GhostPrompt",
3   "version": "0.0.1",
4   "summary": "Notification alert much like Android's SnackBar.",
5   "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 !",
6   "homepage": "https://github.com/vipu1212/GhostPrompt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Divyansh Singh": "divyansh.1212@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vipu1212/GhostPrompt.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://in.linkedin.com/in/divyanshsingh92",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "Pod/Classes/**/*",
24   "resource_bundles": {
25     "GhostPrompt": [
26       "Pod/Assets/*.png"
27     ]
28   },
29   "frameworks": "UIKit"