[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / e / 2 / RxSocialConnect / 0.0.8 / RxSocialConnect.podspec.json
blob95134c6c0c9c444da0e6ba3be0620a07447f6cc2
2   "name": "RxSocialConnect",
3   "version": "0.0.8",
4   "summary": "OAuth RxSwift extension for iOS.",
5   "homepage": "https://github.com/FuckBoilerplate/RxSocialConnect-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Roberto Frontado": "robertofrontado@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/FuckBoilerplate/RxSocialConnect-iOS.git",
15     "tag": "0.0.8"
16   },
17   "social_media_url": "https://github.com/FuckBoilerplate",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "RxSwift": [
24       "~> 2.5.0"
25     ],
26     "OAuthSwift": [
27       "~> 0.5.0"
28     ],
29     "RxBlocking": [
30       "~> 2.5.0"
31     ]
32   },
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Sources/Core/**/*"
38     },
39     {
40       "name": "Moya",
41       "source_files": "Sources/Moya/**/*",
42       "dependencies": {
43         "RxSocialConnect/Core": [
45         ],
46         "Alamofire": [
47           "~> 3.0"
48         ],
49         "Moya": [
50           "~> 6.5.0"
51         ],
52         "Moya/RxSwift": [
53           "~> 6.5.0"
54         ]
55       }
56     }
57   ]