Skip to content

Commit

Permalink
CircleCI update SpotIMCore.xcframework to version 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ios-dev-openweb committed Jun 9, 2022
1 parent 973e7c6 commit 55f2659
Show file tree
Hide file tree
Showing 26 changed files with 4,464 additions and 3,518 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This library provides an easy integration with Spot.IM into a native iOS app.

#### Using [CocoaPods](https://cocoapods.org)
1. Set dependency as follows:
`pod 'SpotIMCore', '1.14.2'`
`pod 'SpotIMCore', '1.14.3'`
2. Execute `pod install` in Terminal
3. Open workspace file and run

Expand All @@ -22,7 +22,7 @@ The Swift Package Manager is a tool for automating the distribution of Swift cod
Once you have your Swift package set up, adding SpotIM as a dependency is as easy as adding it to the dependencies value of your Package.swift.
```
dependencies: [
.package(url: "https://github.com/SpotIM/spotim-ios-sdk-pod.git", .upToNextMajor(from: "1.14.2"))
.package(url: "https://github.com/SpotIM/spotim-ios-sdk-pod.git", .upToNextMajor(from: "1.14.3"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion SpotIMCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SpotIMCore'
s.version = '1.14.2'
s.version = '1.14.3'
s.swift_versions = ['5.0']
s.summary = 'OpenWeb SDK'
s.description = 'This SDK allows you to integrate OpenWeb into your iOS app.'
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 55f2659

Please sign in to comment.