We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 799e214 + 4ed523c commit c12f388Copy full SHA for c12f388
DevRevSDK.podspec
@@ -0,0 +1,14 @@
1
+Pod::Spec.new do |spec|
2
+ spec.name = "DevRevSDK"
3
+ spec.version = "0.9.2"
4
+ spec.summary = "A podspec for the DevRev iOS SDK"
5
+ spec.description = <<-DESC
6
+ A podspec that is used for the main release of the DevRev iOS SDK.
7
+ DESC
8
+ spec.homepage = "https://devrev.ai"
9
+ spec.license = { type: "Apache 2.0", file: "LICENSE" }
10
+ spec.author = { "DevRev" => "[email protected]" }
11
+ spec.platform = :ios, "13.0"
12
+ spec.source = { http: "https://github.com/devrev/devrev-sdk-ios/releases/download/v0.9.2/DevRevSDK.xcframework.zip" }
13
+ spec.vendored_frameworks = "DevRevSDK.xcframework"
14
+end
0 commit comments