GiphyPicker
1.0.0

To run the example project, clone the repo, and run pod install from the Example directory first.
GiphyPicker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'GiphyPicker'GiphyPicker.defaultConfig(token: "<YourToken>")
To present the picker modally you can the code as follows
let picker = GiphyPicker.getViewController()
present(picker, animated: true, completion: nil)
Daniele Candotti, support-{AT}-candotti.info
GiphyPicker is available under the MIT license. See the LICENSE file for more info.