GfycatKit can be installed using CocoaPods
package manager. To do so, please add corresponding reference in your Podfile:
pod 'GfycatKit'Then run pod install to update CocoaPods installation in the project:
$ pod installPlease refer to CocoaPods documentation for more details.
The Gfycat API is accessible only when you provide GfycatApiClientId and GfycatApiClientSecret.
Get them for free on the API Keys Management page.
You need to have or create a Gfycat account and log in with those credentials to manage your keys.
Once you get those, update your Info.plist file accordingly.
<key>GfycatApiClientId</key>
<string>Your API Client ID goes here</string>
<key>GfycatApiClientSecret</key>
<string>Your API Client Secret goes here</string>Any questions or comments please send them to [email protected]