Skip to content

Commit c12f388

Browse files
authored
ISS-80204: Add the podspec file (#1)
2 parents 799e214 + 4ed523c commit c12f388

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

DevRevSDK.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)