[Add] AnyCodable-FlightSchool 0.2.3
diff --git a/Specs/9/b/6/AnyCodable-FlightSchool/0.2.3/AnyCodable-FlightSchool.podspec.json b/Specs/9/b/6/AnyCodable-FlightSchool/0.2.3/AnyCodable-FlightSchool.podspec.json
new file mode 100644
index 0000000..dbdd0e7
--- /dev/null
+++ b/Specs/9/b/6/AnyCodable-FlightSchool/0.2.3/AnyCodable-FlightSchool.podspec.json
@@ -0,0 +1,30 @@
+{
+  "name": "AnyCodable-FlightSchool",
+  "module_name": "AnyCodable",
+  "version": "0.2.3",
+  "summary": "Type-erased wrappers for Encodable, Decodable, and Codable values.",
+  "description": "This functionality is discussed in Chapter 3 of Flight School Guide to Swift Codable.",
+  "homepage": "https://flight.school/books/codable/",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE.md"
+  },
+  "authors": {
+    "Mattt": "mattt@flight.school"
+  },
+  "social_media_url": "https://twitter.com/mattt",
+  "frameworks": "Foundation",
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.10",
+    "watchos": "2.0",
+    "tvos": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/Flight-School/AnyCodable.git",
+    "tag": "0.2.3"
+  },
+  "source_files": "Sources/**/*.swift",
+  "swift_version": "5.0",
+  "static_framework": true
+}