[Add] RxAnimated 0.6.0
diff --git a/Specs/a/b/b/RxAnimated/0.6.0/RxAnimated.podspec.json b/Specs/a/b/b/RxAnimated/0.6.0/RxAnimated.podspec.json
new file mode 100644
index 0000000..298583ca
--- /dev/null
+++ b/Specs/a/b/b/RxAnimated/0.6.0/RxAnimated.podspec.json
@@ -0,0 +1,40 @@
+{
+  "name": "RxAnimated",
+  "version": "0.6.0",
+  "summary": "Animated bindings for RxSwift/RxCocoa",
+  "description": "Allows developers to bind observables to properties and animate any values changes in a clear and semantic way.\n The library includes a set of basic animations and allows for easy extending with further effects.",
+  "homepage": "https://github.com/RxSwiftCommunity/RxAnimated",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "icanzilb": "marin@underplot.com"
+  },
+  "source": {
+    "git": "https://github.com/RxSwiftCommunity/RxAnimated.git",
+    "tag": "0.6.0"
+  },
+  "platforms": {
+    "ios": "9.0",
+    "tvos": "10.0"
+  },
+  "default_subspecs": "Core",
+  "source_files": "RxAnimated/Core/**/*",
+  "frameworks": "UIKit",
+  "dependencies": {
+    "RxSwift": [
+      "~> 5.0"
+    ],
+    "RxCocoa": [
+      "~> 5.0"
+    ]
+  },
+  "swift_versions": "5.0",
+  "swift_version": "5.0",
+  "subspecs": [
+    {
+      "name": "Core"
+    }
+  ]
+}