blob: ea651fdea2ce5a1baceed5a87df61717a66e5159 [file] [log] [blame]
{
"name": "SwiftMsgPack",
"version": "1.0.0",
"summary": "MsgPack Encoder/Decoder in pure Swift",
"homepage": "https://github.com/malcommac/SwiftMsgPack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"social_media_url": "http://twitter.com/danielemargutti",
"source": {
"git": "https://github.com/malcommac/SwiftMsgPack.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "SwiftMsgPack",
"pushed_with_swift_version": "4.0"
}