[Add] Family 0.20.0
diff --git a/Specs/c/e/f/Family/0.20.0/Family.podspec.json b/Specs/c/e/f/Family/0.20.0/Family.podspec.json
new file mode 100644
index 0000000..f538e95
--- /dev/null
+++ b/Specs/c/e/f/Family/0.20.0/Family.podspec.json
@@ -0,0 +1,35 @@
+{
+  "name": "Family",
+  "summary": "A child view controller framework that makes setting up your parent controllers as easy as pie.",
+  "version": "0.20.0",
+  "homepage": "https://github.com/zenangst/Family",
+  "license": "MIT",
+  "authors": {
+    "Christoffer Winterkvist": "christoffer@winterkvist.com"
+  },
+  "source": {
+    "git": "https://github.com/zenangst/Family.git",
+    "tag": "0.20.0"
+  },
+  "social_media_url": "https://twitter.com/zenangst",
+  "swift_versions": "5.0",
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.11",
+    "tvos": "9.2"
+  },
+  "requires_arc": true,
+  "ios": {
+    "source_files": "Sources/{iOS+tvOS,Shared}/**/*"
+  },
+  "tvos": {
+    "source_files": "Sources/{iOS+tvOS,Shared}/**/*"
+  },
+  "osx": {
+    "source_files": "Sources/{macOS,Shared}/**/*"
+  },
+  "pod_target_xcconfig": {
+    "SWIFT_VERSION": "5.0"
+  },
+  "swift_version": "5.0"
+}