blob: df0eb44a35f2f28f059da3ffd39f36503edfadff [file] [log] [blame]
{
"name": "PusherChatkit",
"version": "1.7.1",
"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": "1.7.1"
},
"social_media_url": "https://twitter.com/pusher",
"requires_arc": true,
"source_files": "Sources/*.swift",
"dependencies": {
"PusherPlatform": [
"~> 0.7.1"
]
},
"ios": {
"dependencies": {
"PushNotifications": [
"~> 2.0.2"
]
}
},
"osx": {
"dependencies": {
"PushNotifications": [
"~> 2.0.2"
]
}
},
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
}
}