[Add] VisionSDK 1.6.1
[CocoaPods.git] / Specs / 6 / 2 / c / CovertSwiftObserver / 1.0.0 / CovertSwiftObserver.podspec.json
blob4790d304f2516e3afaadb5158af5ae6ee8815e0f
2   "name": "CovertSwiftObserver",
3   "version": "1.0.0",
4   "summary": "Effortless Reactive Programming in Swift",
5   "description": "Swift implementation of the [Observer Pattern](https://en.wikipedia.org/wiki/Observer_pattern) taking full advantage of the latest language features to ensure type and thread safty. The library simplifies the syntax of notifications by hiding redundant service objects and automatically manages unsubscription of observers helping to avoid retain cycles which makes [Reactive Programming](https://en.wikipedia.org/wiki/Reactive_programming) in Swift easier than ever.",
6   "homepage": "https://github.com/DnV1eX/CovertSwiftObserver",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Alexey Demin": "dnv1ex@yahoo.com"
10   },
11   "source": {
12     "git": "https://github.com/DnV1eX/CovertSwiftObserver.git",
13     "tag": "1.0.0"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "source_files": "Sources/CovertSwiftObserver/CovertSwiftObserver.swift",
23   "swift_version": "5.0"