[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 3 / 1 / CoreEvents / 2.0.0 / CoreEvents.podspec.json
blob6b2c34186e591943daa300b6ee47fde32b1498cd
2   "name": "CoreEvents",
3   "version": "2.0.0",
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   },
16   "source": {
17     "git": "https://github.com/surfstudio/CoreEvents.git",
18     "tag": "2.0.0"
19   },
20   "source_files": "CoreEvents/CoreEvents/Sources/**/*.swift"