[Add] VLCKit 3.2.1
diff --git a/Specs/5/f/4/VLCKit/3.2.1/VLCKit.podspec.json b/Specs/5/f/4/VLCKit/3.2.1/VLCKit.podspec.json
new file mode 100644
index 0000000..e7493a4
--- /dev/null
+++ b/Specs/5/f/4/VLCKit/3.2.1/VLCKit.podspec.json
@@ -0,0 +1,77 @@
+{
+  "name": "VLCKit",
+  "version": "3.2.1",
+  "summary": "VLCKit is an Objective-C wrapper for libvlc's external interface on macOS.",
+  "homepage": "https://code.videolan.org/videolan/VLCKit",
+  "license": {
+    "type": "LGPL v2.1",
+    "file": "COPYING.txt"
+  },
+  "documentation_url": "https://wiki.videolan.org/VLCKit/",
+  "social_media_url": "https://twitter.com/videolan",
+  "platforms": {
+    "osx": "10.9"
+  },
+  "authors": {
+    "Pierre d'Herbemont": "pdherbemont@videolan.org",
+    "Felix Paul Kühne": "fkuehne@videolan.org",
+    "Carola Nitz": "nitz.carola@googlemail.com",
+    "Jean-Baptiste Kempf": "jb@videolan.org",
+    "Rafaël Carré": "funman@videolan.org",
+    "Faustino E. Osuna": "riquedafreak@videolan.org",
+    "Rémi Denis-Courmont": "remi@remlab.net",
+    "Faustino Osuna": "riquedafreak@videolan.org",
+    "Tanguy Krotoff": "tkrotoff@gmail.com",
+    "VideoLAN": "videolan@videolan.org",
+    "Derk-Jan Hartman": "hartman@videolan.org",
+    "Jean-Paul Saman": "jpsaman@videolan.org",
+    "Malte Tancred": "malte@frontbase.com",
+    "Mike Schrag": "mschrag@pobox.com",
+    "Sebastien Zwickert": "dilaroga@free.fr",
+    "Toralf Niebuhr": "gmthor85@aim.com",
+    "Emmanuel de Roux": "lostbread@free.fr",
+    "Daniel Mierswa": "impulze@impulze.org",
+    "Rune Botten": "rbotten@gmail.com",
+    "Konstantin Pavlov": "thresh@videolan.org",
+    "Pere Orga": "gotrunks@gmail.com",
+    "Philippe Coent": "philippe.coent@gmail.com",
+    "Andrey Utkin": "andrey.krieger.utkin@gmail.com",
+    "Brendon Justin": "brendonjustin@gmail.com",
+    "Sylver Bruneau": "sylver.bruneau@gmail.com",
+    "Gleb Pinigin": "gpinigin@gmail.com",
+    "Kuang Rufan": "master@a1983.com.cn",
+    "Paul Williamson": "squarefrog@gmail.com",
+    "David Fuhrmann": "david.fuhrmann@googlemail.com",
+    "Brion Vibber": "brion@pobox.com",
+    "Martin Storsjö": "martin@martin.st",
+    "Winston Weinert": "winston@ml1.net",
+    "Florent Pillet": "fpillet@gmail.com",
+    "Paulo Vitor Magacho da Silva": "pvmagacho@gmail.com",
+    "James Dumay": "james.w.dumay@gmail.com",
+    "Jörg Bleyel": "jbleyel@gmx.net",
+    "Aleksandr Matuzok": "sherilynhope@gmail.com",
+    "Pierre SAGASPE": "pierre.sagaspe@me.com",
+    "Shenggang Hu": "mrhhsg@gmail.com",
+    "Filipe Cabecinhas": "vlc@filcab.net",
+    "Jeremy Marchand": "kodlian@users.noreply.github.com",
+    "Andre Silva": "andre.silva@blip.pt",
+    "Stefan Schmidt-Bilkenroth": "ssb@mac.com",
+    "Benjamin Adolphi": "b.adolphi@gmail.com"
+  },
+  "source": {
+    "http": "https://download.videolan.org/pub/cocoapods/prod/VLCKit-3.2.1-1a32790-64acb7df4.tar.xz",
+    "sha256": "adff472724cdf3f8b217fffd804811ca279f9539fd637db5251387036fbe7694"
+  },
+  "osx": {
+    "vendored_frameworks": "VLCKit.framework"
+  },
+  "source_files": "VLCKit.framework/Versions/A/Headers/*.h",
+  "public_header_files": "VLCKit.framework/Versions/A/Headers/*.h",
+  "frameworks": "Foundation",
+  "libraries": "iconv",
+  "requires_arc": false,
+  "xcconfig": {
+    "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
+    "CLANG_CXX_LIBRARY": "libc++"
+  }
+}