[Add] YTNativeKit 0.2.7
[CocoaPods.git] / Specs / 7 / 4 / 3 / WRSignInWithApple / 0.9.2 / WRSignInWithApple.podspec.json
bloba9f72e5a5464cea7d992eec7b081a219c30c7645
2   "name": "WRSignInWithApple",
3   "version": "0.9.2",
4   "summary": "Sign in with Apple实现。并将userId缓存到钥匙串中。",
5   "description": "Sign in with Apple实现。并将userId缓存到钥匙串中。需要在 AppDelegate 中实现 Setup(_ appId: String? = nil) 方法",
6   "homepage": "https://github.com/GodFighter/WRSignInWithApple",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GodFighter": "{xianghui_ios@163.com}"
13   },
14   "source": {
15     "git": "https://github.com/GodFighter/WRSignInWithApple.git",
16     "tag": "0.9.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "WRSignInWithApple/Classes/**/*",
22   "swift_versions": "5.0",
23   "frameworks": "AuthenticationServices",
24   "dependencies": {
25     "WRKeychain": [
26       "1.0.0"
27     ]
28   },
29   "swift_version": "5.0"