-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3e6228
commit 39a223d
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
Specs/e/e/b/SwiftMessagePack/0.3.3/SwiftMessagePack.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |