blob: 6795ee1d930d3d3aec2e76f79021a4bcd2aec84a [file] [log] [blame]
{
"name": "ONVIFCamera",
"version": "1.1.5",
"summary": "This library helps to connect to an ONVIFCamera and view its live stream.",
"description": "This library ease the connection to an ONVIF camera. The methods `getDeviceInformation`, `getProfiles` and\n`getStreamUri` are implemented. It uses SOAPEngine to connect to the camera and retrieve data. SOAPEngine is not open source,\nand a licence is required to be used on an iPhone device (not on the simulator).",
"homepage": "https://github.com/rvi/ONVIFCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rvi": "remy@virin.us"
},
"source": {
"git": "https://github.com/rvi/ONVIFCamera.git",
"tag": "1.1.5"
},
"social_media_url": "https://twitter.com/remyvirin",
"screenshots": "https://github.com/rvi/ONVIFCamera/blob/master/images/screenshot.png?raw=true",
"platforms": {
"ios": "9.3"
},
"source_files": [
"ONVIFCamera/Classes/**/*",
"ONVIFCamera/SOAPEngine/SOAPEngine64.framework/Headers/*.h"
],
"libraries": "xml2",
"vendored_frameworks": "ONVIFCamera/SOAPEngine/SOAPEngine64.framework",
"public_header_files": "ONVIFCamera/SOAPEngine/SOAPEngine64.framework/Headers/*.h",
"pushed_with_swift_version": "4.0"
}