Latest | 1.0.0 |
---|---|
Homepage | https://github.com/FicowShen/TaskCommander |
License | MIT |
Platforms | ios 8.0 |
Dependencies | RxSwift, Alamofire, RxAlamofire |
Authors |
Contents
- Run Example
- Requirements
- Communication
- Installation
- Author
- License
Run Example
To run the example project TaskCommander
, clone the repo, and run pod install
from the Example directory first.
Requirements
- iOS 10.0+
- Xcode 10.0+
- Swift 5.0+
Communication
- If you need help, send me emails. (Prefix the email title with library name)
- If you’d like to ask a general question, use Stack Overflow.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
Installation
TaskCommander is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'TaskCommander'
Author
Ficow Shen, [email protected]
License
TaskCommander is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "TaskCommander", "version": "1.0.0", "summary": "Managing tasks with RxSwift.", "swift_version": "5.0", "description": "Manage your task by using RxSwift. And there are some predefined Task types. Such as general task, download task and upload task.", "homepage": "https://github.com/FicowShen/TaskCommander", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Ficow Shen": "[email protected]" }, "source": { "git": "https://github.com/FicowShen/TaskCommander.git", "tag": "1.0.0" }, "platforms": { "ios": "8.0" }, "source_files": "Sources/**/*.swift", "dependencies": { "RxSwift": [ "~> 4.4.0" ], "Alamofire": [ "~> 4.8.1" ], "RxAlamofire": [ "~> 4.3.0" ] } }
Wed, 15 May 2019 10:11:04 +0000