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
AdvancedOperation 在 MIT 许可下发布。有关详细信息,请参阅 LICENSE。
Contributing
欢迎提交请求!
用