[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / e / OAuthLogin / 0.2.0 / OAuthLogin.podspec.json
blobdcc47c078b07bd0e460ee2ba87df8f88a3bee5f3
2   "name": "OAuthLogin",
3   "version": "0.2.0",
4   "summary": "第三方登录集成框架",
5   "description": "这是一个第三方登录集成框架,支持Google、Facebook等平台授权登录",
6   "homepage": "https://github.com/Flipped-coder/OAuthLogin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "邓杰": "1171276417@qq.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/Flipped-coder/OAuthLogin.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "OAuthLogin/**/*",
22   "public_header_files": "OAuthLogin/Header/*.h",
23   "frameworks": [
24     "UIKit",
25     "MapKit"
26   ],
27   "pod_target_xcconfig": {
28     "VALID_ARCHS": "x86_64 armv7 arm64"
29   },
30   "dependencies": {
31     "FBSDKCoreKit": [
32       "~> 16.1.3"
33     ],
34     "FBSDKLoginKit": [
35       "~> 16.1.1"
36     ],
37     "GoogleSignIn": [
38       "~> 7.0.0"
39     ]
40   }