blob: d1dd71a01bb8a3e5bc9dbd5769e4d6486f1be3e9 [file] [log] [blame]
{
"name": "SweetNotifications",
"version": "3.0.0",
"summary": "Serializable notifications for iOS Notification Center",
"description": "Do away with Notification Center's weak stringly typed API.",
"homepage": "https://github.com/allen-zeng/SweetNotifications",
"license": "MIT",
"authors": {
"Allen Zeng": "allenzeng@outlook.com"
},
"source": {
"git": "https://github.com/allen-zeng/SweetNotifications.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "SweetNotifications/*.swift",
"frameworks": "Foundation"
},
{
"name": "UIKeyboard",
"ios": {
"source_files": "SweetNotifications/UIKeyboardNotifications/*.swift",
"frameworks": "UIKit"
},
"dependencies": {
"SweetNotifications/Core": [
]
}
}
]
}