[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / c / 2 / 0 / BittyBird / 0.1.2 / BittyBird.podspec.json
blob93c4029a5a6655409b222663b15002e2f9658d08
2   "name": "BittyBird",
3   "version": "0.1.2",
4   "summary": "Swift client library for Phoenix Channels",
5   "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.",
6   "homepage": "https://github.com/neneboe/BittyBird",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nick Eneboe": "neneboe@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/neneboe/BittyBird.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "BittyBird/Classes/**/*",
23   "dependencies": {
24     "SwiftMsgPack": [
25       "~> 1.0"
26     ],
27     "Starscream": [
28       "~> 3.0.2"
29     ]
30   }