[Add] iOSFileSystem 0.1.17
diff --git a/Specs/2/a/a/iOSFileSystem/0.1.17/iOSFileSystem.podspec.json b/Specs/2/a/a/iOSFileSystem/0.1.17/iOSFileSystem.podspec.json
new file mode 100644
index 0000000..cb7479f
--- /dev/null
+++ b/Specs/2/a/a/iOSFileSystem/0.1.17/iOSFileSystem.podspec.json
@@ -0,0 +1,24 @@
+{
+  "name": "iOSFileSystem",
+  "version": "0.1.17",
+  "summary": "Interact with the iOS file system in a protocol oriented way.",
+  "description": "Written in Swift 4.2 the library is based off two main protocols. `Directory` and `File`. You can now build up references to files and directories by conforming to the protocol. \n\nI provide `Directory` structs for most of the common directories in the sandbox. I also provide a `File` struct for `.png` and `.jpg` files both to serve as an example and to cover you for these two common file types.",
+  "homepage": "https://github.com/labs-nomad/iOSFileSystem",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "shared@nomad-go.com": "nomad@shared-go.com"
+  },
+  "source": {
+    "git": "https://github.com/labs-nomad/iOSFileSystem.git",
+    "tag": "0.1.17"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "source_files": "iOSFileSystem/**/*.{h,m,swift}",
+  "swift_versions": "4.2",
+  "swift_version": "4.2"
+}