高级操作 6.3.0

AdvancedOperation 6.3.0

Alessandro Marzoli 维护。



  • 作者
  • Alessandro Marzoli

AdvancedOperation CI

AdvancedOperation

GitHub release

有用的操作扩展。

要求

Swift 5.5 Platforms Xcode

Carthage Compatible CocoaPods Compatible

文档

文档可在 网上获取

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

安装

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 在 MIT 许可下发布。有关详细信息,请参阅 LICENSE

Contributing

欢迎提交请求!
加上一个 ★