Contents

Appsaurus/PlaceholderImages

![Swift](http://img.shields.io/badge/swift-4.1-orange.svg) [![Swift Package Manager](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://swift.org/package-manager/) [![Cocoapods](https://img.shields.io/badge/Cocoapods-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ![License](http://img.shields.io/badge/license-MIT-CCCCCC.svg)

Description

Micro library that generates urls for remote images.

Currently supports Unsplash, LoremFlickr, LoremPixel, PlaceIMG and DummyImage.

Installation

PlaceholderImages 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/PlaceholderImages", from: "1.0.0"),
    ],
    targets: [
      .target(name: "YourApp", dependencies: ["PlaceholderImages", ... ])
    ]
)

PlaceholderImages is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'PlaceholderImages', :git => 'https://github.com/Appsaurus/PlaceholderImages'

PlaceholderImages is also available through Carthage. To install just write into your Cartfile:

github "Strobocop/PlaceholderImages"

PlaceholderImages 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 PlaceholderImages, check the CONTRIBUTING file for more info.

License

PlaceholderImages is available under the MIT license. See the LICENSE file for more info.

Package Metadata

Repository: Appsaurus/PlaceholderImages

Stars: 0

Forks: 0

Open issues: 0

Default branch: master

Primary language: swift

License: Other

README: README.md