blob: fa8cc46e083a83020569386d11067c9c3e57c4a6 [file] [log] [blame]
{
"name": "WRSignInWithApple",
"version": "0.9.1",
"summary": "Sign in with Apple实现。并将userId缓存到钥匙串中。",
"description": "Sign in with Apple实现。并将userId缓存到钥匙串中。需要在 AppDelegate 中实现 Setup(_ appId: String? = nil) 方法",
"homepage": "https://github.com/GodFighter/WRSignInWithApple",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GodFighter": "{xianghui_ios@163.com}"
},
"source": {
"git": "https://github.com/GodFighter/WRSignInWithApple.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "13.0"
},
"source_files": "WRSignInWithApple/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "AuthenticationServices",
"dependencies": {
"WRKeychain": [
"1.0.0"
]
},
"swift_version": "5.0"
}