[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 2 / UseCase / 1.0.1 / UseCase.podspec.json
blob1dee8c4cb028656e8bfb57bacdb294caeb7c1e5d
2   "name": "UseCase",
3   "version": "1.0.1",
4   "summary": "UseCase Base class to use .then, .catch",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "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.",
9   "homepage": "https://github.com/julianalonso/UseCase",
10   "license": "MIT",
11   "authors": {
12     "Julian Alonso": "julian.alonso.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/julianalonso/UseCase.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/MaisterJuli",
19   "requires_arc": true,
20   "source_files": "Sources/**/*.swift",
21   "pushed_with_swift_version": "3.0"