Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alemar11/advancedoperation
AdvancedOperation
https://github.com/alemar11/advancedoperation
ios macos nsoperation nsoperationqueue operation operationqueue operations swift tvos watchos
Last synced: 4 days ago
JSON representation
AdvancedOperation
- Host: GitHub
- URL: https://github.com/alemar11/advancedoperation
- Owner: alemar11
- License: mit
- Created: 2017-10-17T09:32:45.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:10:15.000Z (15 days ago)
- Last Synced: 2024-10-28T17:10:35.865Z (15 days ago)
- Topics: ios, macos, nsoperation, nsoperationqueue, operation, operationqueue, operations, swift, tvos, watchos
- Language: Swift
- Homepage: https://www.alessandromarzoli.com/AdvancedOperation/documentation/advancedoperation/
- Size: 5.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Support: Support/AdvancedOperation.h
Awesome Lists containing this project
README
![AdvancedOperation CI](https://github.com/alemar11/AdvancedOperation/workflows/AdvancedOperation%20CI/badge.svg?branch=main)
## AdvancedOperation
[![GitHub release](https://img.shields.io/github/release/alemar11/AdvancedOperation.svg)](https://github.com/alemar11/AdvancedOperation/releases)Operation usefull extensions.
- [Requirements](#requirements)
- [Documentation](#documentation)
- [Installation](#installation)
- [License](#license)
- [Contributing](#contributing)## Requirements
[![Swift 6](https://img.shields.io/badge/Swift-5.10-orange.svg?style=flat)](https://developer.apple.com/swift)
![Platforms](https://img.shields.io/badge/Platform-iOS%2016%2B%20|%20macOS%2013+%20|%20tvOS%2016+%20|%20visionOS%201+%20|%20watchOS%209+-blue.svg)## Documentation
Documentation is [available online](http://www.alessandromarzoli.com/AdvancedOperation/).
> [http://www.alessandromarzoli.com/AdvancedOperation/](http://www.alessandromarzoli.com/AdvancedOperation/)
## Installation
### Swift Package Manager
```swift
dependencies: [
.package(url: "https://github.com/alemar11/AdvancedOperation.git", .upToNextMajor(from: "7.1.0"))
]
```## License
[![License MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat)](https://github.com/alemar11/AdvancedOperation/blob/master/LICENSE.md)
AdvancedOperation is released under the MIT license. See [LICENSE](./LICENSE.md) for details.
## Contributing
Pull requests are welcome!
[Show your ❤ with a ★](https://github.com/alemar11/AdvancedOperation/stargazers)