[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 7 / a / MessageBanner / 1.0.1 / MessageBanner.podspec.json
blob71da4e2792a61788bdb1f51784cb3a5b64510d73
2   "name": "MessageBanner",
3   "version": "1.0.1",
4   "summary": "iOS Notification / Message easy to use and fully customisable",
5   "description": "\n                      This library provides an **easy to use and fully customizable class to show notifications** views on top/bottom/center of the screen.\n\n                      The messages banners are regrouped in 4 different type : **Error**, **Warning**, **Message** and **Success**.\n\n                      Each different type of banner can have different and fully customizable appearance and behavior. (See configuration section)\n\n                      Each banner can show a **title**, a **subtitle**, an **image** and a **button**.\n\n",
6   "homepage": "https://github.com/Loadex/MessageBanner",
7   "screenshots": [
8     "https://raw.githubusercontent.com/Loadex/MessageBanner/master/Screenshots/MessageBannerErrorType.png",
9     "https://raw.githubusercontent.com/Loadex/MessageBanner/master/Screenshots/MessageBannerWarningType.png",
10     "https://raw.githubusercontent.com/Loadex/MessageBanner/master/Screenshots/MessageBannerMessageType.png",
11     "https://raw.githubusercontent.com/Loadex/MessageBanner/master/Screenshots/MessageBannerSuccessType.png"
12   ],
13   "license": "MIT",
14   "authors": {
15     "Thibault Carpentier": "carpen_t@epitech.eu"
16   },
17   "source": {
18     "git": "https://github.com/Loadex/MessageBanner.git",
19     "tag": "1.0.1"
20   },
21   "platforms": {
22     "ios": "7.0"
23   },
24   "requires_arc": true,
25   "source_files": [
26     "MessageBanner/Classes/**/*.{h,m}",
27     "MessageBanner/Views/**/*.{h,m}"
28   ],
29   "resources": "MessageBanner/Ressources/**/*.{png,json}",
30   "public_header_files": [
31     "MessageBanner/Classes/**/*.{h}",
32     "MessageBanner/Views/**/*.{h}"
33   ],
34   "dependencies": {
35     "HexColors": [
36       "~> 2"
37     ],
38     "FXBlurView": [
39       "~> 1.6.1"
40     ]
41   }