2021-02-02 12:05:47 +01:00
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = "oonimkall"
|
|
|
|
s.version = "@VERSION@"
|
2021-04-08 17:00:51 +02:00
|
|
|
s.summary = "OONI Probe Library for iOS"
|
2021-02-02 12:05:47 +01:00
|
|
|
s.author = "Simone Basso"
|
2021-04-08 17:00:51 +02:00
|
|
|
s.homepage = "https://github.com/ooni/probe-cli"
|
2021-02-02 12:05:47 +01:00
|
|
|
s.license = { :type => "BSD" }
|
|
|
|
s.source = {
|
2021-12-07 14:29:27 +01:00
|
|
|
:http => "https://github.com/ooni/probe-cli/releases/download/@RELEASE@/oonimkall.xcframework.zip"
|
2021-02-02 12:05:47 +01:00
|
|
|
}
|
|
|
|
s.platform = :ios, "9.0"
|
2021-12-07 14:42:19 +01:00
|
|
|
s.ios.vendored_frameworks = "oonimkall.xcframework"
|
2021-02-02 12:05:47 +01:00
|
|
|
end
|