-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCaptureSDK.podspec
More file actions
24 lines (20 loc) · 858 Bytes
/
CaptureSDK.podspec
File metadata and controls
24 lines (20 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "CaptureSDK"
s.version = "2.0.63"
s.summary = "CaptureSDK for Socket Mobile wireless devices."
s.homepage = "https://socketmobile.com"
s.license = { :type => "COMMERCIAL", :file => "LICENSE" }
s.author = { "Socket Mobile" => "developers@socketmobile.com" }
s.documentation_url = "https://docs.socketmobile.com/capture/ios/en/latest/"
s.platform = :ios, "15.0"
s.source = {
:git => "https://github.com/SocketMobile/cocoapods-capturesdk.git",
:tag => "2.0.63"
}
s.ios.deployment_target = "15.0"
s.swift_version = "5.0"
s.vendored_frameworks = "lib/CaptureSDK.xcframework"
s.ios.libraries = "c++","icucore"
s.frameworks = "ExternalAccessory", "AudioToolbox", "AVFoundation", "CoreBluetooth"
s.dependency "SwiftDecoderSDK", "~> 6.5.0"
end