blob: a51ad00d70065075fb217de9575881c377e472e6 [file] [log] [blame]
{
"name": "EventEngine",
"version": "0.0.3",
"summary": "A simple framework to count events in an app e.g. for score based rating dialog apperance.",
"description": "A simple framework to count events in an app. An event is basically just a named counter an \ncan be used to implement a score engine which counts different events. These events can for \ninstance be used to make score based decisions like showing a rating dialog when a certain \nscore has been reached.",
"homepage": "https://github.com/apploft/EventEngine",
"swift_versions": [
"4.1",
"5.0",
"5.0"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tino Rachui": "tino.rachui@apploft.de"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/apploft/EventEngine.git",
"tag": "0.0.3"
},
"source_files": [
"EventEngine",
"EventEngine/**/*.{h,m,swift}"
],
"swift_version": "5.0"
}