[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 3 / 1 / CoreEvents / 2.0.2 / CoreEvents.podspec.json
blobff6b359484e5352afdd41e9ff8ad26cb2f8a3402
2   "name": "CoreEvents",
3   "version": "2.0.2",
4   "summary": "Small library contains rx-like events.",
5   "description": "This library contains object represents Events (like C# event).\nThis may simplify things like: pub/sub, delegation, notification and other.",
6   "homepage": "https://github.com/surfstudio/CoreEvents",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Alexander Kravchenkov": "a.a.kravchenkov@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0",
15     "osx": "10.15"
16   },
17   "source": {
18     "git": "https://github.com/surfstudio/CoreEvents.git",
19     "tag": "2.0.2"
20   },
21   "source_files": "CoreEvents/CoreEvents/Sources/**/*.swift"