[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / b / c / EventEngine / 0.0.2 / EventEngine.podspec.json
blobc98a6bfb9d26f8425edf54bea6d5e0101d6527a2
2   "name": "EventEngine",
3   "version": "0.0.2",
4   "summary": "A simple framework to count events in an app e.g. for score based rating dialog apperance.",
5   "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.",
6   "homepage": "https://github.com/apploft/EventEngine",
7   "swift_versions": [
8     "4.1",
9     "5.0"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Tino Rachui": "tino.rachui@apploft.de"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/apploft/EventEngine.git",
23     "tag": "0.0.2"
24   },
25   "source_files": [
26     "EventEngine",
27     "EventEngine/**/*.{h,m,swift}"
28   ],
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "4.1"
31   }