-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIrLibSwift.podspec
More file actions
26 lines (26 loc) · 1.19 KB
/
IrLibSwift.podspec
File metadata and controls
26 lines (26 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |spec|
spec.name = "IrLibSwift"
spec.version = "6.1"
spec.summary = "Framework with IR functionality written on Swift"
spec.static_framework = true;
spec.description = <<-DESC
Framework with IR functionality written on Swift.
DESC
spec.homepage = "https://github.com/intrtl/IRLibSwift.git"
spec.license = "MIT"
spec.author = { "Intrtl" => "support@intrtl.com" }
spec.platform = :ios, "15.0"
spec.source = { :git => "https://github.com/intrtl/IRLibSwift.git", :tag => "#{spec.version}" }
spec.frameworks = "CoreMotion", "UserNotifications", "Combine", "SwiftUI"
spec.ios.vendored_frameworks = 'IrLibSwift.xcframework'
spec.dependency "BugfenderSDK", "2.0.0"
spec.dependency "Intercom", "15.2.3"
spec.dependency "Realm", "10.54.5-xcframework"
spec.dependency "RealmSwift", "10.54.5-xcframework"
spec.dependency "FirebaseAnalytics", "11.5.0"
spec.dependency "FirebaseMessaging", '11.5.0'
spec.dependency "FirebaseCrashlytics", '11.5.0'
spec.dependency "GoogleUtilities", '8.0.2'
spec.dependency "GRDB.swift", "6.24.1"
spec.dependency "OpenCV2", "4.3.0-xcframework"
end