-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pubnub.yml
72 lines (72 loc) · 2.12 KB
/
.pubnub.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
name: swift-chat-sdk
scm: github.com/pubnub/swift-chat-sdk
version: "0.9.1"
schema: 1
changelog:
- date: 2024-12-05
version: 0.9.1
changes:
- type: feature
text: "Add third-party dependencies due to Kotlin Multiplatform usage."
- type: bug
text: "Add missing userSuggestionSource property."
- date: 2024-11-06
version: 0.9.0
changes:
- type: feature
text: "Add Message Draft feature"
- type: bug
text: "Return nil for hard delete operations"
- type: bug
text: "Add missing reactionsActionName property"
- date: 2024-10-24
version: 0.8.2
changes:
- type: bug
text: "Use kmp-chat dependency without pubnub-kotlin submodule"
- date: 2024-10-22
version: 0.8.1
changes:
- type: bug
text: "Fix dependency issues for kmp-chat and its submodules"
- date: 2024-09-25
version: 0.8.0
changes:
- type: feature
text: "Initial Swift Chat SDK release"
sdks:
- full-name: PubNub Swift Chat SDK
short-name: PubNub Swift Chat SDK
artifacts:
- artifact-type: api-client
language: Swift
tier: 1
tags:
- Desktop
- Mobile
source-repository: https://github.com/pubnub/swift-chat-sdk
documentation: https://github.com/pubnub/swift-chat-sdk
distributions:
- distribution-type: source
distribution-repository: GitHub release
package-name: PubNubSwiftChatSDK
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.9.1-dev.zip
supported-platforms:
supported-operating-systems:
iOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- iOS 14.0
maximum-os-version:
- iOS 18.0.1
target-architecture:
- arm64
target-devices:
- iPhone
- iPad
supported-platforms:
- version: PubNub Swift Chat SDK
platforms:
- iOS 14.0 or higher