blob: 871d28d0643b0e57f25e889df4913d75b536e935 [file] [log] [blame]
{
"name": "LoadableResult",
"version": "0.1.4",
"summary": "LoadableResult is a Result type with a loading state",
"swift_versions": "5.0",
"description": "LoadableResult allows services to expose a loading state.",
"homepage": "https://github.com/anconaesselmann/LoadableResult",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ancona-esselmann": "axel@anconaesselmann.com"
},
"source": {
"git": "https://github.com/anconaesselmann/LoadableResult.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "LoadableResult/Classes/**/*",
"swift_version": "5.0"
}