blob: 1388580dd190839630cd6297ac4c9cd6e3facdb4 [file] [log] [blame]
{
"name": "KDNotification",
"version": "0.1.0",
"summary": "Notifications and toasts made simple.",
"description": "KDNotification is a lightweight framework to show and interact with notifications and toast in your application. The general style is inspired by iOS 10 notifications.",
"homepage": "https://github.com/kekedandois/KDNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kéké Dandois": "keke.dandois@icloud.com"
},
"source": {
"git": "https://github.com/kekedandois/KDNotification.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KDNotification/Classes/**/*.{h,m}",
"resource_bundles": {
"KDNotification": [
"KDNotification/Classes/**/*.{xib}"
]
}
}