blob: eea8c9a34f025a5bc1a50a7989dbf6ec2adda01a [file] [log] [blame]
{
"name": "Palladium",
"version": "1.0",
"platforms": {
"ios": "10.0"
},
"summary": "A lightweight framework to schedule and cancel local notifications.",
"authors": {
"Bas van Kuijck": "bas@e-sites.nl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/e-sites/Palladium",
"source": {
"git": "https://github.com/e-sites/Palladium.git",
"tag": "1.0"
},
"source_files": "Palladium/**/*.{h,swift}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UserNotifications"
]
}