[Add] NebuIA 0.0.46
diff --git a/Specs/2/9/7/NebuIA/0.0.46/NebuIA.podspec.json b/Specs/2/9/7/NebuIA/0.0.46/NebuIA.podspec.json
new file mode 100644
index 0000000..71c2faa
--- /dev/null
+++ b/Specs/2/9/7/NebuIA/0.0.46/NebuIA.podspec.json
@@ -0,0 +1,41 @@
+{
+  "name": "NebuIA",
+  "version": "0.0.46",
+  "summary": "iOS SDK for NebuIA",
+  "description": "iOS SDK for NebuIA SDK",
+  "homepage": "https://github.com/dist-bit/nebuia_native_ios",
+  "license": "MIT",
+  "authors": "xellDart",
+  "platforms": {
+    "ios": "12.0"
+  },
+  "swift_versions": "5.4.1",
+  "source": {
+    "git": "https://github.com/dist-bit/nebuia_native_ios.git",
+    "tag": "0.0.46"
+  },
+  "vendored_frameworks": [
+    "ncnn.framework",
+    "openmp.framework",
+    "libc++.tbd"
+  ],
+  "source_files": "NebuIA/**/*.{h,m,mm,swift}",
+  "resources": "Assets/*",
+  "public_header_files": "NebuIA/**/*.h",
+  "dependencies": {
+    "Cartography": [
+      "~> 3.0"
+    ],
+    "NicoProgress": [
+
+    ]
+  },
+  "info_plist": {
+    "CFBundleIdentifier": "com.distbit.NebuIA"
+  },
+  "pod_target_xcconfig": {
+    "VALID_ARCHS[sdk=iphonesimulator*]": ""
+  },
+  "static_framework": true,
+  "swift_version": "5.4.1"
+}