blob: c98a6bfb9d26f8425edf54bea6d5e0101d6527a2 [file] [log] [blame]
{
"name": "EventEngine",
"version": "0.0.2",
"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"
],
"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.2"
},
"source_files": [
"EventEngine",
"EventEngine/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}