Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions DevRevSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "DevRevSDK"
spec.version = "0.9.2"
spec.summary = "A podspec for the DevRev iOS SDK"
spec.description = <<-DESC
A podspec that is used for the main release of the DevRev iOS SDK.
DESC
spec.homepage = "https://devrev.ai"
spec.license = { type: "Apache 2.0", file: "LICENSE" }
spec.author = { "DevRev" => "svit.zebec@devrev.ai" }
spec.platform = :ios, "13.0"
spec.source = { http: "https://github.com/devrev/devrev-sdk-ios/releases/download/v0.9.2/DevRevSDK.xcframework.zip" }
spec.vendored_frameworks = "DevRevSDK.xcframework"
end