blob: 72ec2e7b7b574d433e64532ea2a9fc3f8ba2fd1d [file] [log] [blame]
{
"name": "WRSignInWithApple",
"version": "0.9.3",
"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.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "WRSignInWithApple/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "AuthenticationServices",
"dependencies": {
"WRKeychain": [
"1.0.0"
]
},
"swift_version": "5.0"
}