aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-20 18:14:03 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-20 18:14:03 -0800
commit721f3948b4cb31832354182a972630fc5cf426cb (patch)
treec2ed626c96fd179872d23b7a669c2fbe18cad8b5 /README.md
parent109a0c5aacb72655c123fec57117e4666c86734b (diff)
Updated installation intruction with binary option and Cocoapods
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index eead344e..2a561b8b 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,30 @@ MailCore 2 provides a simple and asynchronous Objective-C API to work with the e
## Installation ##
+### Cocoapods ###
+
+Mailcore 2 is available on [Cocoapods](http://cocoapods.org/).
+
+**For iOS:**
+```
+pod 'mailcore2-ios'
+```
+
+**For OS X:**
+```
+pod 'mailcore2-osx'
+```
+
+### Binary ###
+
+**For iOS:**
+Download the latest [build for iOS](http://d.etpan.org/mailcore2-deps/mailcore2-ios/).
+
+**For iOS:**
+Download the latest [build for OS X](http://d.etpan.org/mailcore2-deps/mailcore2-osx/).
+
+### Submodule ###
+
1. If you're migrating from MailCore1, you should first clean your build folder.
2. Checkout MailCore2 into a directory relative to your project.
3. Under the `build-mac` directory, locate the `mailcore2.xcodeproj` file, and drag this into your Xcode project.