[Add] Hippo 1.7.45
diff --git a/Specs/9/f/0/Hippo/1.7.45/Hippo.podspec.json b/Specs/9/f/0/Hippo/1.7.45/Hippo.podspec.json
new file mode 100644
index 0000000..b82650d
--- /dev/null
+++ b/Specs/9/f/0/Hippo/1.7.45/Hippo.podspec.json
@@ -0,0 +1,64 @@
+{
+  "name": "Hippo",
+  "version": "1.7.45",
+  "summary": "Now add Agent in app for quick support.",
+  "homepage": "https://github.com/Jungle-Works/Hippo-iOS-SDK",
+  "documentation_url": "https://github.com/Jungle-Works/Hippo-iOS-SDK",
+  "license": {
+    "type": "MIT",
+    "file": "FILE_LICENSE"
+  },
+  "authors": {
+    "Vishal Jhanjhri": "jhanjhri.vishal@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/Jungle-Works/Hippo-iOS-SDK.git",
+    "tag": "1.7.45"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "Hippo/**/*.{swift,h,m}",
+  "exclude_files": "Classes/Exclude",
+  "static_framework": false,
+  "swift_version": "4.2",
+  "resource_bundles": {
+    "Hippo": [
+      "Hippo/*.{lproj,storyboard,xcassets,gif}",
+      "Hippo/Assets/**/*.imageset",
+      "Hippo/UIView/TableViewCell/**/*.xib",
+      "Hippo/UIView/CollectionViewCells/**/*.xib",
+      "Hippo/UIView/CustomViews/**/*.xib",
+      "Hippo/**/*.gif",
+      "README.md"
+    ]
+  },
+  "resources": [
+    "Hippo/*.xcassets"
+  ],
+  "preserve_paths": [
+    "README.md"
+  ],
+  "dependencies": {
+    "MZFayeClient": [
+
+    ]
+  },
+  "default_subspecs": "Chat",
+  "pod_target_xcconfig": {
+    "ENABLE_BITCODE": "No"
+  },
+  "subspecs": [
+    {
+      "name": "Chat"
+    },
+    {
+      "name": "Call",
+      "dependencies": {
+        "HippoCallClient": [
+
+        ]
+      }
+    }
+  ]
+}