blob: f96e70854ae80ff03f8c1aa1ee90aa79b76d8192 [file] [log] [blame]
{
"name": "SKTCapture",
"version": "1.0.65",
"summary": "Capture SDK Swift for Socket Mobile wireless devices.",
"homepage": "http://www.socketmobile.com",
"license": {
"type": "COMMERCIAL",
"file": "LICENSE"
},
"authors": {
"Socket": "developers@socketmobile.com"
},
"documentation_url": "http://docs.socketmobile.com/capture-preview/ios/en/latest/",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SocketMobile/cocoapods-capture.git",
"tag": "1.0.65"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0",
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
},
"source_files": "**/*.{h,swift}",
"public_header_files": "*.h",
"preserve_paths": "**/*.a",
"resources": [
"*.wav",
"*.pem"
],
"ios": {
"vendored_libraries": [
"lib/libCaptureCore.a",
"lib/libCaptureServiceDirect.a"
],
"libraries": [
"c++",
"icucore"
]
},
"frameworks": [
"ExternalAccessory",
"AudioToolbox",
"AVFoundation",
"CoreBluetooth"
],
"pushed_with_swift_version": "3.0"
}