blob: 50503113e9f8732f52b7c9438c09d76799750890 [file] [log] [blame]
{
"name": "SKTCaptureObjC",
"version": "1.1.148",
"summary": "Capture SDK Objective C 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/ios/en/latest/",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SocketMobile/cocoapods-capture-obj-c.git",
"tag": "1.1.148"
},
"source_files": "**/*.{h,m,mm}",
"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"
]
}