[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / b / c / EventEngine / 0.0.1 / EventEngine.podspec.json
blobc95664423df5a2826701e0fe8836c4eb6e76aaa9
2   "name": "EventEngine",
3   "version": "0.0.1",
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_version": "4.1",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tino Rachui": "tino.rachui@apploft.de"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/apploft/EventEngine.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "EventEngine",
24     "EventEngine/**/*.{h,m,swift}"
25   ],
26   "pod_target_xcconfig": {
27     "SWIFT_VERSION": "4.1"
28   }