Swift 4.2 WIP (Still waiting on dependency to update)
Micro library that generates urls for remote avatar images.
Currently supports Gravatar and Adorable Avatars.
Avatars is available through Swift Package Manager. To install, add the following to your Package.swift file.
let package = Package( name: "YourProject", dependencies: [ ... .package(url: "https://github.com/Appsaurus/Avatars", from: "1.0.0"), ], targets: [ .target(name: "YourApp", dependencies: ["Avatars", ... ]) ] )
Avatars is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Avatars', :git => 'https://github.com/Appsaurus/Avatars'
Avatars is also available through Carthage. To install just write into your Cartfile:
github "Strobocop/Avatars"
Avatars can also be installed manually. Just download and drop Sources folders in your project.
Sources
Usage description coming soon.
We would love you to contribute to Avatars, check the CONTRIBUTING file for more info.
Avatars is available under the MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Avatars
Description
Micro library that generates urls for remote avatar images.
Currently supports Gravatar and Adorable Avatars.
Installation
Avatars is available through Swift Package Manager. To install, add the following to your Package.swift file.
Avatars is available through CocoaPods. To install it, simply add the following line to your Podfile:
Avatars is also available through Carthage. To install just write into your Cartfile:
Avatars can also be installed manually. Just download and drop
Sources
folders in your project.Usage
Usage description coming soon.
Contributing
We would love you to contribute to Avatars, check the CONTRIBUTING file for more info.
License
Avatars is available under the MIT license. See the LICENSE file for more info.