blob: 00824b8036a78dca0ee2ffda737476cb1044a30b [file] [log] [blame]
{
"name": "PusherChatkit",
"version": "0.6.3",
"summary": "Pusher Chatkit SDK in Swift",
"homepage": "https://github.com/pusher/chatkit-swift",
"license": "MIT",
"authors": {
"Hamilton Chapman": "hamchapman@gmail.com"
},
"source": {
"git": "https://github.com/pusher/chatkit-swift.git",
"tag": "0.6.3"
},
"social_media_url": "https://twitter.com/pusher",
"requires_arc": true,
"source_files": "Sources/*.swift",
"dependencies": {
"PusherPlatform": [
"~> 0.4.0"
]
},
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
}
}