blob: 1dd0ea69666ab17f565ce8599a729b0e67a01121 [file] [log] [blame]
{
"name": "SwiftMsgPack",
"version": "0.9.1",
"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": "0.9.1"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "SwiftMsgPack",
"pushed_with_swift_version": "3.0"
}