diff --git a/ImagePicker.podspec b/ImagePicker.podspec
index 52b63efe..a023f615 100644
--- a/ImagePicker.podspec
+++ b/ImagePicker.podspec
@@ -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" }
diff --git a/README.md b/README.md
index db8a0381..5cba8721 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## Description
-
+
**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.