-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fe2cb6
commit 46486e1
Showing
5 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 2.1.1 | ||
## 2.1.2 | ||
|
||
- fix issue where using pods could case the app no to build | ||
##vFix | ||
- Fix crashes related to threading | ||
|
||
## Update | ||
- Added Privacy Manifest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "surveymonkey-ios-sdk" | ||
|
@@ -8,6 +8,6 @@ Pod::Spec.new do |s| | |
s.license = 'MIT' | ||
s.author = { "Team SDK" => "[email protected]" } | ||
s.source = { :http => "https://github.com/SurveyMonkey/surveymonkey-ios-sdk/releases/download/v#{s.version}/SurveyMonkeyiOSSDK.zip"} | ||
s.platform = :ios, '11.0' | ||
s.platform = :ios, '12.0' | ||
s.ios.vendored_frameworks = 'SurveyMonkeyiOSSDK.xcframework' | ||
end |