Skip to content

Commit

Permalink
Merge pull request #91 from SurveyMonkey/Release-2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
andlie authored Mar 6, 2023
2 parents d9a5405 + 11ff5c8 commit 662fdb2
Show file tree
Hide file tree
Showing 18 changed files with 96 additions and 333 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 2.1.0

- Added support for latest xcode
- Added spm as dependency manager
24 changes: 24 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let version = "2.1.0"
let checksum = "33094c8ead6b1b080ed6ec6d7f16ff6b6ff6dc710e49bb78992c465e29063513"
let url = "https://github.com/SurveyMonkey/surveymonkey-ios-sdk/releases/download/v\(version)/SurveyMonkeyiOSSDK.zip"

let package = Package(
name: "SurveyMonkeyiOSSDK",
platforms: [.iOS(.v11)],
products: [
.library(
name: "SurveyMonkeyiOSSDK",
targets: ["SurveyMonkeyiOSSDK"]),
],
targets: [
.binaryTarget(
name: "SurveyMonkeyiOSSDK",
url: url,
checksum: checksum)
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ To integrate the SDK into your Xcode project using CocoaPods, specify it in your

```objc
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.1'
platform :ios, '11.0'

pod 'surveymonkey-ios-sdk', '~> 2.0'
pod 'surveymonkey-ios-sdk', '~> 2.1.0'
```

Then, run the following command:
Expand Down
Binary file added SimpleSurvey/Pods/.DS_Store
Binary file not shown.
Binary file added SimpleSurvey/Simple Survey/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion SurveyMonkeyiOSSDK.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion SurveyMonkeyiOSSDK.framework/SurveyMonkeyiOSSDK

This file was deleted.

44 changes: 0 additions & 44 deletions SurveyMonkeyiOSSDK.framework/Versions/A/Headers/SMAnswerResponse.h

This file was deleted.

29 changes: 0 additions & 29 deletions SurveyMonkeyiOSSDK.framework/Versions/A/Headers/SMError.h

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions SurveyMonkeyiOSSDK.framework/Versions/A/Headers/SMRespondent.h

This file was deleted.

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion SurveyMonkeyiOSSDK.framework/Versions/Current

This file was deleted.

Loading

0 comments on commit 662fdb2

Please sign in to comment.