[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / e / 1 / PusherChatkit / 1.6.0 / PusherChatkit.podspec.json
blob732fe4bce66ea2af9a15f059e0b3878cc874e8eb
2   "name": "PusherChatkit",
3   "version": "1.6.0",
4   "summary": "Pusher Chatkit SDK in Swift",
5   "homepage": "https://github.com/pusher/chatkit-swift",
6   "license": "MIT",
7   "authors": {
8     "Hamilton Chapman": "hamchapman@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pusher/chatkit-swift.git",
12     "tag": "1.6.0"
13   },
14   "social_media_url": "https://twitter.com/pusher",
15   "requires_arc": true,
16   "source_files": "Sources/*.swift",
17   "dependencies": {
18     "PusherPlatform": [
19       "~> 0.7.1"
20     ]
21   },
22   "ios": {
23     "dependencies": {
24       "PushNotifications": [
25         "~> 2.0.2"
26       ]
27     }
28   },
29   "osx": {
30     "dependencies": {
31       "PushNotifications": [
32         "~> 2.0.2"
33       ]
34     }
35   },
36   "platforms": {
37     "ios": "10.0",
38     "osx": "10.11",
39     "tvos": "9.0",
40     "watchos": "2.0"
41   }