Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkr committed Aug 10, 2016
1 parent 1f5225e commit 7d4c73a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# SimpleAssetPicker

[![Version](https://img.shields.io/github/release/jmkr/simpleassetpicker.svg)](https://github.com/jmkr/simpleassetpicker/releases) [![CocoaPods compatible](https://img.shields.io/cocoapods/v/SimpleAssetPicker.svg)](https://cocoapods.org/pods/SimpleAssetPicker)
[![Version](https://img.shields.io/github/release/jmkr/simpleassetpicker.svg)](https://github.com/jmkr/simpleassetpicker/releases)
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/SimpleAssetPicker.svg)](https://cocoapods.org/pods/SimpleAssetPicker)

SimpleAssetPicker is a modern Swift library that lets users browse and select media assets from their Photo library. It is built using the Photos framework and is highly customizable to match the theme of your app.

## Installation
```swift
use_frameworks!
platform :ios, '8.0'
pod 'SimpleAssetPicker'
```
Expand Down

0 comments on commit 7d4c73a

Please sign in to comment.