[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / f / c / Socially / 0.0.2 / Socially.podspec.json
blob8e883ec64f42b0c2ed3b8fc5bcaeb7c3f4762adf
2   "name": "Socially",
3   "version": "0.0.2",
4   "summary": "Social Sign-In for SwiftUI",
5   "description": "Socially provides the easiest way to integrate Social Sign-In in iOS app using SwiftUI",
6   "homepage": "https://github.com/phoelapyae69/Socially",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Phoe Lapyae": "phoelapyayt7@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/phoelapyae69/Socially.git",
16     "tag": "0.0.2"
17   },
18   "social_media_url": "https://twitter.com/phoelapyaeX_X",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Socially/Classes/**/*",
23   "swift_versions": "5.2",
24   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "Google",
28       "source_files": [
29         "Socially/Classes/Google/*",
30         "Socially/Classes/SociallyAuth/*"
31       ],
32       "dependencies": {
33         "GoogleSignIn": [
34           "~> 5.0"
35         ]
36       }
37     },
38     {
39       "name": "Facebook",
40       "source_files": [
41         "Socially/Classes/Facebook/*",
42         "Socially/Classes/SociallyAuth/*"
43       ],
44       "dependencies": {
45         "FBSDKLoginKit": [
46           "~> 7.0"
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.2"