diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-24 15:33:52 -0800 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-24 15:33:52 -0800 |
commit | 128a4196c330f2223806a433451f19ef885fa7f2 (patch) | |
tree | ef32f0602196beeeb531dd81ad6e8b68dfa91825 /build-mac | |
parent | 9952f1327d837af16c13266c436081dccc0da2a1 (diff) |
simplified main README.me
Diffstat (limited to 'build-mac')
-rw-r--r-- | build-mac/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/build-mac/README.md b/build-mac/README.md index 5e1c647c..a4483f37 100644 --- a/build-mac/README.md +++ b/build-mac/README.md @@ -1,3 +1,25 @@ +### 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/). + ### Build for iOS/OSX ### 1. If you're migrating from MailCore1, you should first clean your build folder. |