blob: 29c4b9ac615ec0945d8f4cd9e0483ccaa94ab2bb [file] [log] [blame]
{
"name": "KDNotification",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/kekedandois",
"platforms": {
"ios": "8.0"
},
"source_files": "KDNotification/Classes/**/*.{h,m}",
"resource_bundles": {
"KDNotification": [
"KDNotification/Classes/**/*.{xib}"
]
}
}