[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 1 / 2 / OAuthProvider / 0.1.2 / OAuthProvider.podspec.json
blob8d89feb5f04afe59ed2ebfcb37fc21efc70b7b65
2   "name": "OAuthProvider",
3   "version": "0.1.2",
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.2"
16   },
17   "default_subspecs": "Core",
18   "swift_versions": "5.0",
19   "cocoapods_version": ">= 1.4.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Sources/Core/",
28         "Sources/Core/Extensions/"
29       ],
30       "dependencies": {
31         "Moya": [
32           "~> 14.0"
33         ]
34       },
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "RxSwift",
39       "source_files": "Sources/Rx/",
40       "dependencies": {
41         "OAuthProvider/Core": [
43         ],
44         "Moya/RxSwift": [
46         ],
47         "RxSwift": [
48           "~> 5.0"
49         ]
50       }
51     },
52     {
53       "name": "ReactiveSwift",
54       "source_files": "Sources/Reactive/",
55       "dependencies": {
56         "OAuthProvider/Core": [
58         ],
59         "Moya/ReactiveSwift": [
61         ],
62         "ReactiveSwift": [
63           "~> 6.0"
64         ]
65       }
66     }
67   ],
68   "swift_version": "5.0"