blob: 75a29d0e7ef626a158bee0faf1e0227b37e35367 [file] [log] [blame]
{
"name": "Notable",
"version": "0.1.0",
"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": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "Notable/Classes/**/*",
"frameworks": [
"UserNotifications",
"UIKit"
]
}