This a simple demo app that displays a list of trending GIFs from Giphy, and allows the user to search for GIFs.
Building this project requires a Mac with at least XCode 7, and Cocoapods 1.0 to install the required dependencies.
Download and Install XCode
Download and Install Cocoapods with the following command
sudo gem install cocoapods
Install the required Cocoapod libraries
pod install
Open the .xcworkspace file with XCode
open GifSearcher.xcworkspace
Once it's open in XCode, simply select a Simulator and hit the Play button