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