From 23b7b037bea0a5162a6f72467b8d43c8437abdc2 Mon Sep 17 00:00:00 2001 From: Joakim Gyllstrom Date: Mon, 21 Apr 2014 12:36:09 +0200 Subject: [PATCH] More readme stuff --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6bb05721..6ff3525b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A mix between the native iOS 7 gallery and facebooks image picker. This is still in alpha stage. It is untested and hanvn't been battle-proven yet, so be warned if you intend to use it in "production". See TODO section for planned features and stuff that needs to be done. # Install +## Framework ### Download framework [Download the framework](https://bitbucket.org/backslashed/bsimagepicker/downloads/BSImagePickerController.framework.zip "framework") and drop into your project. ### Or build it yourself @@ -19,6 +20,8 @@ xcodebuild -target BuildFramework open -a Finder Products/ ``` * Drag & Drop framework into your project +## Other +TODO: Add description for other ways to install. git clone/submodule, cocoapod, what more? # Use Import header ```objc