blob: fcc8adcb5ad419af79c7fa25502ad0854f9396f5 [file] [log] [blame]
{
"name": "MessageBanner",
"version": "1.0.0",
"summary": "iOS Notification / Message easy to use and fully customisable",
"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",
"homepage": "https://github.com/Loadex/MessageBanner",
"screenshots": [
"https://raw.githubusercontent.com/Loadex/MessageBanner/master/Screenshots/MessageBannerErrorType.png",
"https://raw.githubusercontent.com/Loadex/MessageBanner/master/Screenshots/MessageBannerWarningType.png",
"https://raw.githubusercontent.com/Loadex/MessageBanner/master/Screenshots/MessageBannerMessageType.png",
"https://raw.githubusercontent.com/Loadex/MessageBanner/master/Screenshots/MessageBannerSuccessType.png"
],
"license": "MIT",
"authors": {
"Thibault Carpentier": "carpen_t@epitech.eu"
},
"source": {
"git": "https://github.com/Loadex/MessageBanner.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"MessageBanner/Classes/**/*.{h,m}",
"MessageBanner/Views/**/*.{h,m}"
],
"resources": "MessageBanner/Ressources/**/*.{png,json}",
"public_header_files": [
"MessageBanner/Classes/**/*.{h}",
"MessageBanner/Views/**/*.{h}"
],
"dependencies": {
"HexColors": [
"~> 2"
],
"FXBlurView": [
"~> 1.6.1"
]
}
}