Skip to content

Commit

Permalink
Updated demo gif and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed May 22, 2015
1 parent 58a0899 commit 0223694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions BSImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Pod::Spec.new do |s|
A mix between the native iOS 8 gallery and facebooks image picker. Allows you to preview and select multiple images.
DESC
s.homepage = "https://github.com/mikaoj/BSImagePicker"
s.screenshots = ["https://cloud.githubusercontent.com/assets/4034956/4519853/de47afca-4ccd-11e4-9b6b-1a5aea5d9a69.png",
"https://cloud.githubusercontent.com/assets/4034956/4519855/de4df42a-4ccd-11e4-865c-4d2e8de6b135.png",
"https://cloud.githubusercontent.com/assets/4034956/4519854/de4a3c68-4ccd-11e4-8258-314ead7e959c.png"]
s.screenshots = ["https://raw.githubusercontent.com/mikaoj/BSImagePicker/develop/Misc/Screenshots/select_portrait.png",
"https://raw.githubusercontent.com/mikaoj/BSImagePicker/develop/Misc/Screenshots/album_portrait.png",
"https://raw.githubusercontent.com/mikaoj/BSImagePicker/develop/Misc/Screenshots/preview_portrait.png"]
s.license = 'MIT'
s.author = { "Joakim Gyllstrom" => "[email protected]" }
s.source = { :git => "https://github.com/mikaoj/BSImagePicker.git", :tag => s.version.to_s }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# BSImagePicker

(build is failing because travis doesn't like Swift 1.2)<br />
[![CI Status](http://img.shields.io/travis/Joakim Gyllstrom/BSImagePicker.svg?style=flat)](https://travis-ci.org/Joakim Gyllstrom/BSImagePicker)
[![Version](https://img.shields.io/cocoapods/v/BSImagePicker.svg?style=flat)](http://cocoapods.org/pods/BSImagePicker)
[![License](https://img.shields.io/cocoapods/l/BSImagePicker.svg?style=flat)](http://cocoapods.org/pods/BSImagePicker)
[![Platform](https://img.shields.io/cocoapods/p/BSImagePicker.svg?style=flat)](http://cocoapods.org/pods/BSImagePicker)

![alt text](https://cloud.githubusercontent.com/assets/4034956/4519852/caadef06-4ccd-11e4-98f3-287ad6ee05db.gif "Demo gif")
![alt text](https://raw.githubusercontent.com/mikaoj/BSImagePicker/develop/Misc/Gif/demo.gif "Demo gif")

A mix between the native iOS 8 gallery and facebooks image picker.

Expand Down

0 comments on commit 0223694

Please sign in to comment.