[Add] FluentIcons 1.1.72
diff --git a/Specs/5/d/5/FluentIcons/1.1.72/FluentIcons.podspec.json b/Specs/5/d/5/FluentIcons/1.1.72/FluentIcons.podspec.json
new file mode 100644
index 0000000..d00de83
--- /dev/null
+++ b/Specs/5/d/5/FluentIcons/1.1.72/FluentIcons.podspec.json
@@ -0,0 +1,47 @@
+{
+  "name": "FluentIcons",
+  "version": "1.1.72",
+  "summary": "FluentIcons",
+  "description": "FluentIcons",
+  "homepage": "https://github.com/microsoft/fluentui-system-icons",
+  "license": {
+    "type": "Microsoft",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Microsoft, Inc.": "nicroma@microsoft.com"
+  },
+  "source": {
+    "git": "https://github.com/microsoft/fluentui-system-icons.git",
+    "tag": "1.1.72"
+  },
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.12"
+  },
+  "default_subspecs": [
+    "Code",
+    "Assets",
+    "RemovalScript"
+  ],
+  "subspecs": [
+    {
+      "name": "Code",
+      "source_files": "ios/FluentIcons/Classes/*.swift",
+      "ios": {
+        "source_files": "ios/FluentIcons/Classes/ios/*.swift"
+      },
+      "osx": {
+        "source_files": "ios/FluentIcons/Classes/mac/*.swift"
+      }
+    },
+    {
+      "name": "Assets",
+      "resources": "ios/FluentIcons/Assets/IconAssets.xcassets"
+    },
+    {
+      "name": "RemovalScript",
+      "preserve_paths": "ios/remove-unused-fluent-icons/run"
+    }
+  ]
+}