[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / a / 2 / PlutoSDK / 0.1 / PlutoSDK.podspec.json
blob277a65995dbd96948e22b1d800ecc0f14999022a
2   "name": "PlutoSDK",
3   "version": "0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Pluto/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "5.0.0-rc.3"
26     ],
27     "SwiftyJSON": [
28       "~> 5"
29     ],
30     "SwiftyUserDefaults": [
31       "~> 4"
32     ]
33   },
34   "swift_version": "5.0"