Cotter 可以为您的网站或应用实现无密码登录,只需几行代码。此存储库为 iOS SDK,帮助 iOS 开发者在其 iOS 应用中使用 Cotter 的服务。
先决条件
- Cotter 开发者账户,可在此处获取
- cocoapods v1.8.x
安装
使用 cocoapod 安装
pod install Cotter
通过 Podfile 导入您的 iOS 应用
target '<your-app>' do
...
pod 'Cotter' # insert this line to your project's Podfile
...
end
使用 Cotter 的 iOS SDK
您可以通过 这里 的快速入门指南来进行。
有关 Cotter 服务的所有 SDK 文档都可以在此找到 这里。
为 Cotter 的 iOS SDK 做贡献
要为 Cotter 的 iOS SDK 做贡献,请按照以下步骤操作
- fork此仓库。
- 创建一个分支:
git checkout -b <branch_name>
。 - 进行更改并提交:
git commit -m '<commit_message>'
- 推送到原始分支:
git push origin <project_name>/<location>
- 创建拉取请求。
或者查看GitHub关于创建拉取请求的文档。
贡献者
感谢以下为此项目做出贡献的人员
您可能希望考虑使用All Contributors规范及其表情符号键。
联系方式
如果您想联系我,可以通过[email protected]联系。
许可证
该项目使用以下许可证: BSD-3-Clause。