[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / d / LightweightObservable / 2.2.2 / LightweightObservable.podspec.json
bloba04d448a84d8696278cfc473ebd7fc1d582ae3b7
2   "name": "LightweightObservable",
3   "version": "2.2.2",
4   "summary": "Lightweight Observable is a simple implementation of an observable sequence that you can subscribe to.",
5   "description": "Lightweight Obserservable is a simple implementation of an observable sequence that you can subscribe to.\nThe framework is designed to be minimal meanwhile convenient. The entire code is only ~90 lines (excluding comments).\nWith Lightweight Observable you can easily set up UI-Bindings in an MVVM application, handle asynchronous network calls and a lot more.",
6   "homepage": "https://github.com/fxm90/LightweightObservable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Felix Mau": "me@felix.hamburg"
13   },
14   "source": {
15     "git": "https://github.com/fxm90/LightweightObservable.git",
16     "tag": "2.2.2"
17   },
18   "swift_versions": "5.5",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "LightweightObservable/Sources/**/*.swift",
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "LightweightObservable/Tests/**/*.swift"
28     }
29   ],
30   "swift_version": "5.5"