[Add] MapViewPlus 0.1.3
diff --git a/Specs/b/e/0/MapViewPlus/0.1.3/MapViewPlus.podspec.json b/Specs/b/e/0/MapViewPlus/0.1.3/MapViewPlus.podspec.json
new file mode 100644
index 0000000..8d45899
--- /dev/null
+++ b/Specs/b/e/0/MapViewPlus/0.1.3/MapViewPlus.podspec.json
@@ -0,0 +1,39 @@
+{
+  "name": "MapViewPlus",
+  "version": "0.1.3",
+  "summary": "MKMapView + Image Annotation + Custom Callout View just by implementing 2 delegate methods. (Includes callout view template)",
+  "description": "MapViewPlus gives you the missing methods of MapKit which are: \"imageForAnnotation\" and \"calloutViewForAnnotationView\" delegate methods. Also gives you callout view template to use quickly. It allows you to customize the way you like with wide range of options. It also has some nice popping and disappearing animations. You do not need to know anything about MapKit to use MapViewPlus. It abstracts you from MapKit only if you want. Otherwise, you can also use all of the delegate methods of MapKit besides the delegate methods of MapViewPlus. MapViewPlus will redirect all of them to you except the one which is \"viewForAnnotation\" delegate method.",
+  "homepage": "https://github.com/okhanokbay/MapViewPlus",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "okhanokbay": "okhanokbay5@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/okhanokbay/MapViewPlus.git",
+    "tag": "0.1.3"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_versions": "5.0",
+  "source_files": "MapViewPlus/Classes/**/*",
+  "resource_bundles": {
+    "MapViewPlus": [
+      "MapViewPlus/*/Assets.xcassets",
+      "MapViewPlus/Classes/*/DefaultCalloutView.xib"
+    ]
+  },
+  "frameworks": [
+    "UIKit",
+    "MapKit"
+  ],
+  "dependencies": {
+    "Kingfisher": [
+      "~> 5.6.0"
+    ]
+  },
+  "swift_version": "5.0"
+}