[Add] PlutoSDK 0.8.5
diff --git a/Specs/7/a/2/PlutoSDK/0.8.5/PlutoSDK.podspec.json b/Specs/7/a/2/PlutoSDK/0.8.5/PlutoSDK.podspec.json
new file mode 100644
index 0000000..b864d40
--- /dev/null
+++ b/Specs/7/a/2/PlutoSDK/0.8.5/PlutoSDK.podspec.json
@@ -0,0 +1,53 @@
+{
+ "name": "PlutoSDK",
+ "version": "0.8.5",
+ "summary": "Swift SDK for Pluto login microservice.",
+ "description": "Swift SDK for Pluto login microservice, which simplify the implementation for signing in with email, Google and Apple.",
+ "homepage": "https://github.com/MuShare/Pluto-Swift-SDK",
+ "license": {
+ "type": "MIT",
+ "file": "LICENSE"
+ },
+ "authors": {
+ "lm2343635": "lm2343635@126.com"
+ },
+ "source": {
+ "git": "https://github.com/MuShare/Pluto-Swift-SDK.git",
+ "tag": "0.8.5"
+ },
+ "platforms": {
+ "ios": "10.0"
+ },
+ "swift_versions": "5.0",
+ "default_subspecs": "Core",
+ "subspecs": [
+ {
+ "name": "Core",
+ "source_files": "Pluto/Classes/Core/**/*",
+ "dependencies": {
+ "Alamofire": [
+ "~> 5"
+ ],
+ "SwiftyJSON": [
+ "~> 5"
+ ],
+ "SwiftyUserDefaults": [
+ "~> 5"
+ ]
+ }
+ },
+ {
+ "name": "Rx",
+ "source_files": "Pluto/Classes/Rx/**/*",
+ "dependencies": {
+ "PlutoSDK/Core": [
+ "~> 0"
+ ],
+ "RxCocoa": [
+ "~> 5"
+ ]
+ }
+ }
+ ],
+ "swift_version": "5.0"
+}