[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / a / 2 / PlutoSDK / 0.8.4 / PlutoSDK.podspec.json
bloba8bdde7a46382b13cb6980c7ffd5f92490f9477f
2   "name": "PlutoSDK",
3   "version": "0.8.4",
4   "summary": "Swift SDK for Pluto login microservice.",
5   "description": "Swift SDK for Pluto login microservice, which simplify the implementation for signing in with email, Google and Apple.",
6   "homepage": "https://github.com/MuShare/Pluto-Swift-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lm2343635": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/MuShare/Pluto-Swift-SDK.git",
16     "tag": "0.8.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Pluto/Classes/Core/**/*",
27       "dependencies": {
28         "Alamofire": [
29           "~> 5"
30         ],
31         "SwiftyJSON": [
32           "~> 5"
33         ],
34         "SwiftyUserDefaults": [
35           "~> 5"
36         ]
37       }
38     },
39     {
40       "name": "Rx",
41       "source_files": "Pluto/Classes/Rx/**/*",
42       "dependencies": {
43         "PlutoSDK/Core": [
44           "~> 0"
45         ],
46         "RxCocoa": [
47           "~> 5"
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.0"