Skip to content

Commit

Permalink
[Add] SwiftMessagePack 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nnabeyang authored and CocoaPodsBot committed Dec 24, 2023
1 parent c3e6228 commit 39a223d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Specs/e/e/b/SwiftMessagePack/0.3.3/SwiftMessagePack.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "SwiftMessagePack",
"version": "0.3.3",
"summary": "swift-msgpack is a library of MessagePack encoder & decoder for Swift based on Codable.",
"homepage": "https://github.com/nnabeyang/swift-msgpack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Noriaki Watanabe": "nabeyang@gmail.com"
},
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"source": {
"git": "https://github.com/nnabeyang/swift-msgpack.git",
"tag": "0.3.3"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"swift_versions": "5.6",
"swift_version": "5.6"
}

0 comments on commit 39a223d

Please sign in to comment.