AdvancedOperation CI

AdvancedOperation

GitHub release

Operation usefull extensions.

Requirements

Swift 5.5 Platforms Xcode

Carthage Compatible CocoaPods Compatible

Documentation

Documentation is available online.

http://www.alessandromarzoli.com/AdvancedOperation/

Installation

CocoaPods

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'AdvancedOperation', '~> 6.3.0'
end

Carthage

github "tinrobots/AdvancedOperation" ~> 6.3.0

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/alemar11/AdvancedOperation.git", .upToNextMajor(from: "6.3.0"))
]

License

License MIT

AdvancedOperation is released under the MIT license. See LICENSE for details.

Contributing

Pull requests are welcome!
Show your ❤ with a ★