Skip to content

Commit

Permalink
CircleCI update SpotIMCore.xcframework to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ios-dev-openweb committed Feb 20, 2024
1 parent fd1694d commit bfa4d88
Show file tree
Hide file tree
Showing 30 changed files with 138,589 additions and 130,337 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', '2.0.0'`
`pod 'SpotIMCore', '2.1.0'`
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: "2.0.0"))
.package(url: "https://github.com/SpotIM/spotim-ios-sdk-pod.git", .upToNextMajor(from: "2.1.0"))
]
```

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 = '2.0.0'
s.version = '2.1.0'
s.swift_versions = ['5.0']
s.summary = 'OpenWeb SDK'
s.description = 'This SDK allows you to integrate OpenWeb into your iOS app.'
Expand Down
Binary file modified SpotImCore.xcframework/ios-arm64/SpotImCore.framework/Assets.car
Binary file not shown.
Binary file modified SpotImCore.xcframework/ios-arm64/SpotImCore.framework/Info.plist
Binary file not shown.
Loading

0 comments on commit bfa4d88

Please sign in to comment.