blob: 857611c2a5d03b6e98efc3234e14c3badadef5fc [file] [log] [blame]
{
"name": "UseCase",
"version": "1.0.0",
"summary": "UseCase Base class to use .then, .catch",
"platforms": {
"ios": "9.0"
},
"description": "UseCase base class is designed to use .then and .catch when use case is finished.\nIt use apple operations framework to execute your use case `main` code.",
"homepage": "https://github.com/julianalonso/Jalver",
"license": "MIT",
"authors": {
"Julian Alonso": "julian.alonso.dev@gmail.com"
},
"source": {
"git": "https://github.com/julianalonso/UseCase.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/MaisterJuli",
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.0"
}