blob: 88822816a3956f98b45929e46e15e79a098a6024 [file] [log] [blame]
{
"name": "Reminder",
"version": "1.0.0",
"summary": "Reminder is a library that helps by managing the scheduled actions on your app.",
"description": "Using Reminder for creating async actions, it will be much more easier. All actions will be scheduled on a queue that will be consumed ate fire time.",
"homepage": "https://github.com/umobi/Reminder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brennobemoura": "brenno@umobi.com.br"
},
"source": {
"git": "https://github.com/umobi/Reminder.git",
"tag": "1.0.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "8.0"
},
"source_files": "Reminder/Classes/**/*",
"swift_version": "5.1"
}