blob: 8cb19d7d33dbdd4a54af2b617752ca9b3a582b64 [file] [log] [blame]
{
"name": "Notable",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "Notable/Classes/**/*",
"frameworks": [
"UserNotifications",
"UIKit"
],
"swift_version": "5.0"
}