This iOS app has been built using the prototype "Mail by Invision" as inspiration. The prototype can be found at https://invis.io/YV3Y3C8D6
- Xcode 6.4
- Git Follow this guide to install
- CocoaPods Follow this guide to install
Open Mac's Terminal app and run the following commands:
mkdir FOLDER_NAME
cd FOLDER_NAME
git clone https://github.com/juansalas/mail.git
pod install
On file MailInvision/Stores/InboxAPI.m there's a reference to the Inbox API endpoint:
static NSString * const kGetInbox = @"http://dev.laterous.com/invision/index.php";
The code for the index.php can be found at http://dev.laterous.com/invision/index.txt. Please feel free to download it and host it your self if required.
Copyright (c) 2015 Juan Ignacio Salas. See LICENSE for further details.