Skip to content

Commit df2f435

Browse files
committed
Version bump and readme update
1 parent 3c1848d commit df2f435

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

IFTTTConnectSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "IFTTTConnectSDK"
3-
spec.version = "2.5.11"
3+
spec.version = "2.6.0"
44
spec.summary = "Allows your users to activate programmable IFTTT Connections directly in your app."
55
spec.description = <<-DESC
66
- Easily authenticate your services to IFTTT through the Connect Button

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ IFTTT SDK is a iOS library in Swift that allows your users to activate programma
3131

3232
## Installation
3333

34+
35+
### Swift Package Manager
36+
In Xcode select File > Swift Packages > Add Package Dependency and enter the repository URL `https://github.com/IFTTT/ConnectSDK-iOS`.
37+
3438
### CocoaPods
3539

3640
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate the Connect SDK into your Xcode project using CocoaPods, specify it in your `Podfile`:
@@ -47,10 +51,6 @@ pod 'IFTTTConnectSDK'
4751
github "IFTTT/ConnectSDK-iOS"
4852
```
4953

50-
### Swift Package Manager
51-
52-
In Xcode select File > Swift Packages > Add Package Dependency and enter the repository URL `https://github.com/IFTTT/ConnectSDK-iOS`.
53-
5454
### Manually
5555

5656
#### Embedded Framework

0 commit comments

Comments
 (0)