blob: c4b9d7cc86cde01947e35b90617e6deb4dc361a2 [file] [log] [blame]
{
"name": "SKTCapture",
"version": "1.3.3",
"summary": "Capture SDK Swift for Socket Mobile wireless devices.",
"homepage": "https://www.socketmobile.com",
"license": {
"type": "COMMERCIAL",
"file": "LICENSE"
},
"authors": {
"Socket": "developers@socketmobile.com"
},
"documentation_url": "https://docs.socketmobile.com/capture/ios/en/latest/",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/SocketMobile/cocoapods-capture.git",
"tag": "1.3.3"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"static_framework": true,
"source_files": "**/*.{h,swift}",
"preserve_paths": "**/*.a",
"resources": [
"*.wav",
"*.pem"
],
"vendored_frameworks": "lib/SKTCapture.xcframework",
"ios": {
"libraries": [
"c++",
"icucore"
]
},
"frameworks": [
"ExternalAccessory",
"AudioToolbox",
"AVFoundation",
"CoreBluetooth"
],
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}