blob: c1cd809ccd8164616948014ae8e25c46ca11ffc3 [file] [log] [blame]
{
"name": "BittyBird",
"version": "0.0.4",
"summary": "Swift client library for Phoenix Channels",
"description": "BittyBird is a Swift client library for interacting with Phoenix Channels. It defaults to using JSON for serialization, but also comes with a MessagePack serializer for encoding and decoding messages to/from binary.",
"homepage": "https://github.com/neneboe/BittyBird",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Eneboe": "neneboe@gmail.com"
},
"source": {
"git": "https://github.com/neneboe/BittyBird.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "BittyBird/Classes/**/*",
"dependencies": {
"SwiftMsgPack": [
"~> 1.0"
],
"Starscream": [
"~> 3.0.2"
]
}
}