[Add] NearbyUser 0.2.0
diff --git a/Specs/0/d/0/NearbyUser/0.2.0/NearbyUser.podspec.json b/Specs/0/d/0/NearbyUser/0.2.0/NearbyUser.podspec.json
new file mode 100644
index 0000000..92f8d15
--- /dev/null
+++ b/Specs/0/d/0/NearbyUser/0.2.0/NearbyUser.podspec.json
@@ -0,0 +1,39 @@
+{
+  "name": "NearbyUser",
+  "version": "0.2.0",
+  "summary": "Used to find the nearby users.",
+  "description": "TODO: This library is used to find the nearByUsers from your current location.",
+  "homepage": "https://github.com/RajeshwariU/NearbyUser",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "RajeshwariU": "rajeshwari.u@contus.in"
+  },
+  "source": {
+    "git": "https://github.com/RajeshwariU/NearbyUser.git",
+    "tag": "0.2.0"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "static_framework": true,
+  "source_files": "NearbyUser/Classes/**/*",
+  "requires_arc": true,
+  "swift_version": "4.0",
+  "dependencies": {
+    "GoogleMaps": [
+
+    ],
+    "GooglePlaces": [
+
+    ],
+    "SDWebImage": [
+      "~> 4.0"
+    ],
+    "ACProgressHUD-Swift": [
+      "~> 1.3"
+    ]
+  }
+}