[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / c / d / 2 / LoadableResult / 0.2.0 / LoadableResult.podspec.json
blob675a73436cda0d6c1e96629bba75de398d43556d
2   "name": "LoadableResult",
3   "version": "0.2.0",
4   "summary": "LoadableResult is a Result type with a loading state",
5   "swift_versions": "5.0",
6   "description": "LoadableResult allows services to expose a loading state.",
7   "homepage": "https://github.com/anconaesselmann/LoadableResult",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "ancona-esselmann": "axel@anconaesselmann.com"
14   },
15   "source": {
16     "git": "https://github.com/anconaesselmann/LoadableResult.git",
17     "tag": "0.2.0"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "watchos": "3.0"
22   },
23   "source_files": "LoadableResult/Classes/**/*",
24   "swift_version": "5.0"