blob: c33cfa4d31362e2c7ed1d44ea101bfc51992bcfd [file] [log] [blame]
{
"name": "SwiftNotifications",
"version": "1.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/SwiftNotifications",
"license": "MIT",
"authors": {
"Allen Zeng": "allenzeng@outlook.com"
},
"source": {
"git": "https://github.com/allen-zeng/SwiftNotifications.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "SwiftNotifications/*.swift",
"pushed_with_swift_version": "3.0"
}