blob: 185646c93b1ec9fb5e4582a501a477326dcacfb2 [file] [log] [blame]
{
"name": "PusherChatkit",
"version": "1.8.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": "1.8.3"
},
"social_media_url": "https://twitter.com/pusher",
"requires_arc": true,
"source_files": "Sources/*.swift",
"dependencies": {
"PusherPlatform": [
"~> 0.7.2"
]
},
"ios": {
"dependencies": {
"PushNotifications": [
"~> 3.0.1"
]
}
},
"osx": {
"dependencies": {
"PushNotifications": [
"~> 3.0.1"
]
}
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
}
}