Skip to content

Commit 292898a

Browse files
authored
Update .pubnub.yml and README.md files (#208)
1 parent 094d029 commit 292898a

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

.pubnub.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ sdks:
697697
minimum-os-version:
698698
- macOS 10.15
699699
maximum-os-version:
700-
- macOS 15.0.1
700+
- macOS 15.5
701701
target-architecture:
702702
- arm64
703703
- x86_64
@@ -707,7 +707,7 @@ sdks:
707707
minimum-os-version:
708708
- iOS 12.0
709709
maximum-os-version:
710-
- iOS 18.0.1
710+
- iOS 18.5
711711
target-architecture:
712712
- arm64
713713
target-devices:
@@ -719,7 +719,7 @@ sdks:
719719
minimum-os-version:
720720
- tvOS 12.0
721721
maximum-os-version:
722-
- tvOS 18.0
722+
- tvOS 18.5
723723
target-architecture:
724724
- arm64
725725
target-devices:
@@ -730,7 +730,7 @@ sdks:
730730
minimum-os-version:
731731
- watchOS 4.0
732732
maximum-os-version:
733-
- watchOS 12.0
733+
- watchOS 11.5
734734
target-architecture:
735735
- arm64
736736
- armv7k
@@ -758,7 +758,7 @@ sdks:
758758
minimum-os-version:
759759
- macOS 10.15
760760
maximum-os-version:
761-
- macOS 15.0.1
761+
- macOS 15.5
762762
target-architecture:
763763
- arm64
764764
- x86_64
@@ -768,7 +768,7 @@ sdks:
768768
minimum-os-version:
769769
- iOS 12.0
770770
maximum-os-version:
771-
- iOS 18.0.1
771+
- iOS 18.5
772772
target-architecture:
773773
- arm64
774774
target-devices:
@@ -780,7 +780,7 @@ sdks:
780780
minimum-os-version:
781781
- tvOS 12.0
782782
maximum-os-version:
783-
- tvOS 18.0
783+
- tvOS 18.5
784784
target-architecture:
785785
- arm64
786786
target-devices:
@@ -791,7 +791,7 @@ sdks:
791791
minimum-os-version:
792792
- watchOS 4.0
793793
maximum-os-version:
794-
- watchOS 12.0
794+
- watchOS 11.5
795795
target-architecture:
796796
- armv7k
797797
- arm64_32
@@ -810,17 +810,17 @@ sdks:
810810
minimum-os-version:
811811
- macOS 10.15
812812
maximum-os-version:
813-
- macOS 15.0.1
813+
- macOS 15.5
814814
target-architecture:
815815
- arm64
816816
- x86_64
817817
iOS:
818818
runtime-version:
819819
- Swift 5.x
820820
minimum-os-version:
821-
- iOS 14.0
821+
- iOS 12.0
822822
maximum-os-version:
823-
- iOS 18.0.1
823+
- iOS 18.5
824824
target-architecture:
825825
- arm64
826826
- armv7
@@ -833,7 +833,7 @@ sdks:
833833
minimum-os-version:
834834
- tvOS 12.0
835835
maximum-os-version:
836-
- tvOS 18.0
836+
- tvOS 18.5
837837
target-architecture:
838838
- arm64
839839
target-devices:
@@ -844,7 +844,7 @@ sdks:
844844
minimum-os-version:
845845
- watchOS 4.0
846846
maximum-os-version:
847-
- watchOS 12.0
847+
- watchOS 11.5
848848
target-architecture:
849849
- armv7k
850850
- arm64_32
@@ -854,7 +854,7 @@ sdks:
854854
supported-platforms:
855855
- version: PubNub Swift SDK
856856
platforms:
857-
- iOS 14.0 or higher
857+
- iOS 12.0 or higher
858858
- macOS 10.15 or higher
859859
- tvOS 12.0 or higher
860860
- watchOS 4.0 or higher

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PubNub Swift SDK
22

3-
[![Platform](https://img.shields.io/cocoapods/p/PubNubSwift.svg?style=flat)](https://img.shields.io/cocoapods/p/PubNubSwift.svg)
3+
[![Platforms](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpubnub%2Fswift%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/pubnub/swift)
44
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PubNubSwift.svg)](https://img.shields.io/cocoapods/v/PubNubSwift.svg)
55
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
66
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
@@ -40,9 +40,11 @@ You have several options to set up your project. We provide instructions here fo
4040
### [Swift Package Manager](https://github.com/apple/swift-package-manager)
4141

4242
1. Create or open your project inside of Xcode
43-
1. Navigate to File > Swift Packages > Add Package Dependency
44-
1. Search for PubNub and select the swift package owned by pubnub, and hit the Next button
45-
1. Use the `Up to Next Major Version` rule spanning from `8.0.0` < `9.0.0`, and hit the Next button
43+
2. Navigate to **File** > **Add Package Dependencies...**
44+
3. Enter the package URL: `https://github.com/pubnub/swift.git`
45+
4. Use the `Up to Next Major Version` rule spanning from `9.0.0` < `10.0.0`
46+
5. Click `Add Package`
47+
6. From the list of package products, assign `PubNubSDK` to your target application
4648

4749
For more information see Apple's guide on [Adding Package Dependencies to Your App](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app)
4850

@@ -53,7 +55,7 @@ For more information see Apple's guide on [Adding Package Dependencies to Your A
5355
use_frameworks!
5456

5557
target 'YOUR_TARGET_NAME' do
56-
pod 'PubNubSwift', '~> 8.0'
58+
pod 'PubNubSwift', '~> 9.0'
5759
end
5860
```
5961

@@ -72,7 +74,7 @@ Officially supported: Carthage 0.39.1 and up.
7274
Add the following to `Cartfile`:
7375

7476
```ruby
75-
github "pubnub/swift" ~> 8.0
77+
github "pubnub/swift" ~> 9.0
7678
```
7779

7880
Then in the directory containing your `Cartfile`, execute the following:

0 commit comments

Comments
 (0)