[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 1 / 2 / OAuthProvider / 0.1.1 / OAuthProvider.podspec.json
blob20cd6582e5637ae0235d511ba0bb32de8628293a
2   "name": "OAuthProvider",
3   "version": "0.1.1",
4   "summary": "An elegant OAuth 2.0 library for iOS written in Swift.",
5   "homepage": "https://github.com/grighakobian/OAuthProvider",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Grigor Hakobyan": "grighakobian@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/grighakobian/OAuthProvider.git",
15     "tag": "0.1.1"
16   },
17   "default_subspecs": "Core",
18   "swift_versions": "5.0",
19   "cocoapods_version": ">= 1.4.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "dependencies": {
24     "Moya": [
25       "~> 14.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/Core/",
33         "Sources/Core/Extensions/"
34       ],
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "RxSwift",
39       "source_files": "Sources/Rx/",
40       "dependencies": {
41         "OAuthProvider/Core": [
43         ],
44         "RxSwift": [
45           "~> 5.0"
46         ]
47       }
48     },
49     {
50       "name": "ReactiveSwift",
51       "source_files": "Sources/Reactive/",
52       "dependencies": {
53         "OAuthProvider/Core": [
55         ],
56         "ReactiveSwift": [
57           "~> 6.0"
58         ]
59       }
60     }
61   ],
62   "swift_version": "5.0"