[Add] PippinLibrary 2.6.0
diff --git a/Specs/a/1/2/PippinLibrary/2.6.0/PippinLibrary.podspec.json b/Specs/a/1/2/PippinLibrary/2.6.0/PippinLibrary.podspec.json
new file mode 100644
index 0000000..8405762
--- /dev/null
+++ b/Specs/a/1/2/PippinLibrary/2.6.0/PippinLibrary.podspec.json
@@ -0,0 +1,50 @@
+{
+  "name": "PippinLibrary",
+  "version": "2.6.0",
+  "summary": "Extensions on Cocoa Touch and Swift stdlib SDKs.",
+  "description": "All manner of extensions, categories, subclasses, wrappers, helpful functions, macros, syntactic sugar, utilities, &c that make coding faster and more semantically accurate.",
+  "homepage": "https://github.com/tworingsoft/Pippin",
+  "license": "MIT",
+  "authors": {
+    "Andrew McKnight": "andrew@tworingsoft.com"
+  },
+  "pod_target_xcconfig": {
+    "PRODUCT_BUNDLE_IDENTIFIER": "com.tworingsoft.pippin-library"
+  },
+  "source": {
+    "git": "https://github.com/tworingsoft/Pippin.git",
+    "tag": "PippinLibrary-2.6.0"
+  },
+  "swift_versions": "5.1",
+  "platforms": {
+    "ios": "12.0",
+    "osx": "10.12"
+  },
+  "ios": {
+    "source_files": "Sources/PippinLibrary/**/*.{h,m,swift}",
+    "dependencies": {
+      "Closures": [
+
+      ]
+    }
+  },
+  "osx": {
+    "source_files": "Sources/PippinLibrary/Foundation/**/*.{h,m,swift}"
+  },
+  "dependencies": {
+    "Anchorage": [
+
+    ],
+    "Then": [
+
+    ]
+  },
+  "testspecs": [
+    {
+      "name": "Tests",
+      "test_type": "unit",
+      "source_files": "Tests/PippinLibrary/**/*.{h,m,swift}"
+    }
+  ],
+  "swift_version": "5.1"
+}