Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 696 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 696 Bytes

ContactApp_iOS

Allows new and prospective members to sign up for our email list through a simple yet interactive sign up process, with a little help from Kevin Spacey.

Development Install

Prerequisite

CocoaPods is required. This project uses Alamofire, a swift networking library, and this dependency is managed through CocoaPods.
To install CocoaPods (from project root directory):

sudo gem install cocoapods
pod setup 
pod install

Note: pod setup may take a long time to complete.
Another option is to run: git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master from your home directory and then run pod setup from the project root directory.