blob: 913defb3b20897a0572d0c7db3d3a3d5ba6dda4a [file] [log] [blame]
{
"name": "Notable",
"version": "1.0.1",
"summary": "Lightweight UserNotifications wrapper and payload handling",
"description": "Notable makes registering, parsing, and handling Local & Remote Notifications a breeze.",
"homepage": "https://github.com/erusso1/Notable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"erusso1": "ephraim.s.russo@gmail.com"
},
"source": {
"git": "https://github.com/erusso1/Notable.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "Notable/Classes/**/*",
"frameworks": [
"UserNotifications",
"UIKit"
],
"swift_version": "5.0"
}