2 "name": "MessageBanner",
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",
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"
15 "Thibault Carpentier": "carpen_t@epitech.eu"
18 "git": "https://github.com/Loadex/MessageBanner.git",
26 "MessageBanner/Classes/**/*.{h,m}",
27 "MessageBanner/Views/**/*.{h,m}"
29 "resources": "MessageBanner/Ressources/**/*.{png,json}",
30 "public_header_files": [
31 "MessageBanner/Classes/**/*.{h}",
32 "MessageBanner/Views/**/*.{h}"