GfycatKit可以使用CocoaPods包管理器进行安装。为此,请在您的Podfile
中添加相应的引用
pod 'GfycatKit'
然后运行pod install
以更新项目中CocoaPods的安装
$ pod install
有关更多详细信息,请参阅CocoaPods文档
Gfycat API只有在您提供GfycatApiClientId
和GfycatApiClientSecret
时才可用。免费在API密钥管理页面上获取它们。您需要拥有或创建一个Gfycat账户,并用那些凭据登录来管理您的密钥。
一旦获取到这些,就相应地更新您的Info.plist
文件。
<key>GfycatApiClientId</key>
<string>Your API Client ID goes here</string>
<key>GfycatApiClientSecret</key>
<string>Your API Client Secret goes here</string>
联系我们
有任何问题或意见,请发送至 [email protected]