blob: 93c4029a5a6655409b222663b15002e2f9658d08 [file] [log] [blame]
{
"name": "BittyBird",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "BittyBird/Classes/**/*",
"dependencies": {
"SwiftMsgPack": [
"~> 1.0"
],
"Starscream": [
"~> 3.0.2"
]
}
}