-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIRTestFramework.podspec
More file actions
22 lines (21 loc) · 960 Bytes
/
IRTestFramework.podspec
File metadata and controls
22 lines (21 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |spec|
spec.name = "IRTestFramework"
spec.version = "1.0.2"
spec.summary = "IRTestFramework to test ABI stability"
spec.static_framework = true;
spec.description = <<-DESC
IRTestFramework to test ABI stability.
DESC
spec.homepage = "https://github.com/alxgrm/framework-test.git"
spec.license = "MIT"
spec.author = { "No author" => "noauthor@gmail.com" }
spec.platform = :ios, "14.0"
spec.source = { :git => "https://github.com/alxgrm/framework-test.git", :tag => "#{spec.version}" }
spec.frameworks = "CoreMotion", "UserNotifications", "Combine"
spec.ios.vendored_frameworks = 'IRTestFramework.xcframework'
spec.dependency "AppCenter", "5.0.5"
spec.dependency "YandexMobileMetrica/Dynamic", "4.5.0"
spec.dependency "BugfenderSDK", "2.0.0"
spec.dependency "Intercom", "16.6.1"
spec.dependency "Amplitude", "~> 8.8.0"
end