[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / c / 2 / AWBanner / 0.1.1 / AWBanner.podspec.json
blobfd1cc20b75e57d0b1a00f8851ff1871eb19447eb
2   "name": "AWBanner",
3   "version": "0.1.1",
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.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/AWBanner.swift",
20   "resource_bundles": {
21     "AWBanner": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"