Skip to content

Commit

Permalink
tag 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
muzipiao committed Jul 2, 2024
1 parent 28a6447 commit 8e63c82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GMObjC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GMObjC"
s.version = "3.3.5"
s.version = "3.3.6"
s.summary = "国密 SM2、SM3、SM4 的 OC 封装,基于 OpenSSL。"
s.description = '基于 OpenSSL 封装 SM2、SM4 加解密、SM3 摘要算法、SM2 签名验签、ECDH 密钥协商、' \
'ASN1 编码解码、DER 编码解码,HMAC 算法等。'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ let package = Package(
dependencies: [],
targets: [
.target(name: "GMObjC", dependencies: ["openssl"], path: "GMObjC", resources: [.copy("PrivacyInfo.xcprivacy")]),
.binaryTarget(name: "openssl", path: "XCFrameworks/OpenSSL.xcframework"),
.binaryTarget(name: "openssl", path: "XCFrameworks/openssl.xcframework"),
]
)
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GMObjC 从 3.3.0 开始支持 SwiftPM,在工程中使用,点击 `File` -> `S

```swift
dependencies: [
.package(url: "https://github.com/muzipiao/GMObjC.git", from: "3.3.5")
.package(url: "https://github.com/muzipiao/GMObjC.git", from: "3.3.6")
],
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you're a framework author and use GMObjC as a dependency, update your `Packag

```swift
dependencies: [
.package(url: "https://github.com/muzipiao/GMObjC.git", from: "3.3.5")
.package(url: "https://github.com/muzipiao/GMObjC.git", from: "3.3.6")
],
```

Expand Down

0 comments on commit 8e63c82

Please sign in to comment.