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