ImageUtility

Build Status CocoaPods Compatible Carthage compatible

功能特点

系统要求

此库支持 iOS >= 9.0,但需要 Xcode >= 10.2,因为它使用 Swift 5 构建

安装

使用 Cocoapods

在你的 Podfile 中指定

target 'MyApp' do
    pod 'ImageUtility'
end

使用 Carthage

在你的 Cartfile 中指定

github "Dean151/ImageUtility"

用法

API 详情和文档即将推出 :)