Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 665 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 665 Bytes

GiphyViewer

Search the Giphy API in iOS

Features
  • Search Giphy.com using Giphy API
  • Support for Giphy Trending data
Requirements
Installation & Configuration
  1. Clone the repository
  2. Run pod install at command line
  3. Open GiphyViewer.xcworkspace in XCode
  4. Under Build Settings for the GiphyViewer target, find the GIPHY_API_KEY setting in the User-Defined section
  5. Modify the value of the variable. Replace YOUR_GIPHY_API_KEY with your Giphy API Key (see developers.giphy.com)
  6. Select Product->Clean (shift-command-k)