[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / d / LightweightObservable / 1.0.3 / LightweightObservable.podspec.json
bloba1100f664712f231278267dd851b7801b79848ae
2   "name": "LightweightObservable",
3   "version": "1.0.3",
4   "summary": "Lightweight Obserservable 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 ~80 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": "1.0.3"
17   },
18   "social_media_url": "https://twitter.com/_fxm90",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "LightweightObservable/Classes/**/*",
24   "swift_version": "5.0"