[Add] THEOplayer-Integration-THEOlive 8.6.3
[CocoaPods.git] / Specs / 8 / c / 2 / AWBanner / 0.1.6 / AWBanner.podspec.json
blob555e9741e588efa10f495dbe3ab8502b4384a157
2   "name": "AWBanner",
3   "version": "0.1.6",
4   "summary": "An easy, customizable and soft Swift banner notification for iOS applications.",
5   "description": "An easy, customizable and soft banner notification for iOS applications.\nAWBanner library provides an easy to use class to show a banner view on the screen ( wherever you want, you can specify the Y origin ).\nThe banner moves from the Y origin ( default 0, but you can change it 👍) and stays there until the duration you choose elapse ( Personally I choose in general 2.5s ).\nTo dismiss the banner before the time elapse, the user can tap it.",
6   "homepage": "https://github.com/Aymenworks/AWBanner",
7   "license": "MIT",
8   "authors": {
9     "Rebouh Aymen": "aymenmse@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Aymenworks/AWBanner.git",
13     "tag": "0.1.6"
14   },
15   "social_media_url": "https://twitter.com/aymenworks",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/AWBanner.swift",
21   "resource_bundles": {
22     "AWBanner": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"