[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 3 / 1 / CoreEvents / 1.0.0 / CoreEvents.podspec.json
blob7bf2ad35f9f3f873cc0e9286f08a7df9b1e19606
2   "name": "CoreEvents",
3   "version": "1.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/LastSprint/CoreEvents",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Alexander Kravchenkov": "sprintend@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/LastSprint/CoreEvents.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "CoreEvents/CoreEvents/Sources/**/*.swift"