alemar11 / AdvancedOperation

AdvancedOperation

Home Page:https://www.alessandromarzoli.com/AdvancedOperation/documentation/advancedoperation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ★

About

AdvancedOperation

https://www.alessandromarzoli.com/AdvancedOperation/documentation/advancedoperation/

License:MIT License


Languages

Language:Swift 97.5%Language:Shell 2.1%Language:Objective-C 0.5%