Skip to content

Commit

Permalink
Merge pull request #62 from hyperoslo/improve/README-againII
Browse files Browse the repository at this point in the history
README
  • Loading branch information
RamonGilabert committed Nov 23, 2015
2 parents c7e6cb6 + 54dec47 commit 97763a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ImagePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "ImagePicker"
s.summary = "A short description of ImagePicker."
s.version = "0.1.0"
s.summary = "Reinventing the way ImagePicker works."
s.version = "1.0"
s.homepage = "https://github.com/hyperoslo/ImagePicker"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Description

<img src="https://raw.githubusercontent.com/hyperoslo/ImagePicker/master/Resources/ImagePickerIcon.png" alt="ImagePicker Icon" align="right" />
<img src="https://github.com/hyperoslo/ImagePicker/blob/master/Resources/ImagePickerIcon.png" alt="ImagePicker Icon" align="right" />
**ImagePicker** is an all-in-one camera solution for your iOS app. It let's your users select images from the library and take pictures at the same time. As a developer you get notified of all the user interactions and get the beautiful UI for free, out of the box, it's just that simple.

**ImagePicker** has been optimized to give a great user experience, it passes around referenced images instead of the image itself which makes it less memory consuming. This is what makes it smooth as butter.
Expand Down

0 comments on commit 97763a4

Please sign in to comment.