feat(ios): adapt build to post bintray world (#309)

Part of https://github.com/ooni/probe/issues/1437
This commit is contained in:
Simone Basso
2021-04-08 17:00:51 +02:00
committed by GitHub
parent f5d0a1fa1a
commit 85755e35f5
4 changed files with 11 additions and 4 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "oonimkall"
s.version = "@VERSION@"
s.summary = "OONI Probe Engine for iOS"
s.summary = "OONI Probe Library for iOS"
s.author = "Simone Basso"
s.homepage = "https://github.com/ooni/probe-engine"
s.homepage = "https://github.com/ooni/probe-cli"
s.license = { :type => "BSD" }
s.source = {
:http => "https://dl.bintray.com/ooni/ios/oonimkall-@VERSION@.framework.zip"
:http => "https://github.com/ooni/probe-cli/releases/download/@RELEASE@/oonimkall.framework.zip"
}
s.platform = :ios, "9.0"
s.ios.vendored_frameworks = "oonimkall.framework"