Go to file
Simon Lee 2915e0898f
Update README.md
2018-12-29 20:32:32 +08:00
Examples Collect code coverage data 2018-12-29 20:17:51 +08:00
PlaceholderKit.xcodeproj Collect code coverage data 2018-12-29 20:17:51 +08:00
Sources/PlaceholderKit Move photo library code into placeholderkit 2018-12-29 13:41:44 +08:00
Supporting Files Move photo library code into placeholderkit 2018-12-29 13:41:44 +08:00
Tests/PlaceholderKitTests Fix tests 2018-12-27 17:49:05 +08:00
.gitignore Initial commit 2018-12-12 23:19:05 +08:00
.travis.yml Fix travis yml for example project 2018-12-26 14:25:15 +08:00
LICENSE.md Create LICENSE.md 2018-12-12 23:46:06 +08:00
Package.swift Updated file structure for swift package manager 2018-12-26 01:07:22 +08:00
PlaceholderKit.podspec version 0.0.7 2018-12-29 20:02:17 +08:00
README.md Update README.md 2018-12-29 20:32:32 +08:00

README.md

PlaceholderKit

Build Status codecov pod version git tag

Features

  • Generate placeholder UIImages
  • Import images to cameral roll

Why do I need it?

How to use

Placeholder Images

Please see the included examples for a working sample.

Requirements

PlaceholderKit requires Swift 4.2 / Xcode 10 or later to compile.

Installation

You can add PlaceholderKit to your project using Carthage, CocoaPods, Swift Package Manager, or as an Xcode subproject.

Carthage

github "simonlee2/Placeholderkit"

CocoaPods

pod 'PlaceholderKit'