Skip to content

Commit 46486e1

Browse files
committed
Bumped version 2.1.2
1 parent 4fe2cb6 commit 46486e1

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## 2.1.1
1+
## 2.1.2
22

3-
- fix issue where using pods could case the app no to build
3+
##vFix
4+
- Fix crashes related to threading
5+
6+
## Update
7+
- Added Privacy Manifest

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
import PackageDescription
55

6-
let version = "2.1.1"
7-
let checksum = "8a9c6cbe6427394b01b2a24a4890065468fdf421573354f1c24dafe344b7ed7c"
6+
let version = "2.1.2"
7+
let checksum = "ce2c7e934136ed30f0f15d86d6c0a58ad5433c6da4364f83cd25991175f6e2d0"
88
let url = "https://github.com/SurveyMonkey/surveymonkey-ios-sdk/releases/download/v\(version)/SurveyMonkeyiOSSDK.zip"
99

1010
let package = Package(
1111
name: "SurveyMonkeyiOSSDK",
12-
platforms: [.iOS(.v11)],
12+
platforms: [.iOS(.v12)],
1313
products: [
1414
.library(
1515
name: "SurveyMonkeyiOSSDK",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ To integrate the SDK into your Xcode project using CocoaPods, specify it in your
3333

3434
```objc
3535
source 'https://github.com/CocoaPods/Specs.git'
36-
platform :ios, '11.0'
36+
platform :ios, '12.0'
3737

38-
pod 'surveymonkey-ios-sdk', '~> 2.1.1'
38+
pod 'surveymonkey-ios-sdk', '~> 2.1.2'
3939
```
4040

4141
Then, run the following command:

SwiftPackageManager.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Package Manager](https://swift.org/package-manager/).
88

99
## Limitations
1010

11-
- Requires Xcode 14.
11+
- Requires Xcode 15.
1212
- iOS support is only available.
1313

1414
## Installation

surveymonkey-ios-sdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "2.1.1"
1+
version = "2.1.2"
22

33
Pod::Spec.new do |s|
44
s.name = "surveymonkey-ios-sdk"
@@ -8,6 +8,6 @@ Pod::Spec.new do |s|
88
s.license = 'MIT'
99
s.author = { "Team SDK" => "[email protected]" }
1010
s.source = { :http => "https://github.com/SurveyMonkey/surveymonkey-ios-sdk/releases/download/v#{s.version}/SurveyMonkeyiOSSDK.zip"}
11-
s.platform = :ios, '11.0'
11+
s.platform = :ios, '12.0'
1212
s.ios.vendored_frameworks = 'SurveyMonkeyiOSSDK.xcframework'
1313
end

0 commit comments

Comments
 (0)