[Add] GMObjC 3.0.0
diff --git a/Specs/2/6/3/GMObjC/3.0.0/GMObjC.podspec.json b/Specs/2/6/3/GMObjC/3.0.0/GMObjC.podspec.json
new file mode 100644
index 0000000..b0f0b73
--- /dev/null
+++ b/Specs/2/6/3/GMObjC/3.0.0/GMObjC.podspec.json
@@ -0,0 +1,34 @@
+{
+  "name": "GMObjC",
+  "version": "3.0.0",
+  "summary": "国密 SM2、SM3、SM4 的 OC 封装,基于 OpenSSL。",
+  "description": "基于 OpenSSL 封装 SM2、SM4 加解密、SM3 摘要算法、SM2 签名验签、ECDH 密钥协商、ASN1 编码解码,DER 编码解码等。",
+  "homepage": "https://github.com/muzipiao/GMObjC",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "lifei": "lifei_zdjl@126.com"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "static_framework": true,
+  "source": {
+    "git": "https://github.com/muzipiao/GMObjC.git",
+    "tag": "3.0.0"
+  },
+  "source_files": "GMObjC/Classes/**/*.{h,m}",
+  "public_header_files": "GMObjC/Classes/**/*.h",
+  "frameworks": [
+    "Foundation",
+    "Security"
+  ],
+  "requires_arc": true,
+  "dependencies": {
+    "GMOpenSSL": [
+
+    ]
+  }
+}