Skip to content

Commit 2572d56

Browse files
committed
Release 1.0.0-beta.1
1 parent 0991daf commit 2572d56

File tree

300 files changed

+934
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+934
-209
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Added
2-
- Added an Objective-C interop bridge.
2+
- Introducing the Observability feature. This feature allows you to monitor the health of your application and its components.
3+
- Added support for Push Notifications for the PLuG support chat.

DevRevSDK.doccarchive.zip

707 KB
Binary file not shown.

DevRevSDK.podspec

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
Pod::Spec.new do |spec|
2-
spec.name = "DevRevSDK"
3-
spec.version = "0.9.3"
4-
spec.summary = "DevRev SDK, used for integrating DevRev services into your iOS app."
5-
spec.homepage = "https://devrev.ai"
6-
spec.license = "Apache 2.0"
7-
spec.author = { "DevRev" => "[email protected]" }
8-
spec.platform = :ios, "13.0"
9-
spec.source = { http: "https://github.com/devrev/devrev-sdk-ios/releases/download/v0.9.3/DevRevSDK.xcframework.zip" }
10-
spec.vendored_frameworks = "DevRevSDK.xcframework"
2+
spec.name = "DevRevSDK"
3+
spec.version = "1.0.0-beta.1"
4+
spec.summary = "DevRev SDK, used for integrating DevRev services into your iOS app."
5+
spec.homepage = "https://devrev.ai"
6+
spec.license = "Apache 2.0"
7+
spec.author = { "DevRev" => "[email protected]" }
8+
spec.platform = :ios, "13.0"
9+
spec.source = {
10+
http: "https://github.com/devrev/devrev-sdk-ios/releases/download/v1.0.0-beta.1/DevRevSDK.xcframework.zip",
11+
type: :zip,
12+
headers: [
13+
"Accept: application/octet-stream",
14+
],
15+
}
16+
spec.vendored_frameworks = "DevRevSDK.xcframework"
1117
end

DevRevSDK.xcframework.zip

9.47 MB
Binary file not shown.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let package = Package(
1818
targets: [
1919
.binaryTarget(
2020
name: "DevRevSDK",
21-
url: "https://github.com/devrev/devrev-sdk-ios/releases/download/v0.9.3/DevRevSDK.xcframework.zip",
22-
checksum: "15a4ef2e70be2685dda033505c6361eb94a0a18b488fc58822e7b8f26ec097b0"
21+
url: "https://github.com/devrev/devrev-sdk-ios/releases/download/v1.0.0-beta.1/DevRevSDK.xcframework.zip",
22+
checksum: "05db3a682cb979dc47866f9e3e524b8604331496fd99a88dce082aacd2fae27b"
2323
)
2424
]
2525
)

0 commit comments

Comments
 (0)