blob: a876f074a71bd770404d28ee16216a411447edfa [file] [log] [blame]
{
"name": "ONVIFCamera",
"version": "1.0.0",
"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.0.0"
},
"social_media_url": "https://twitter.com/remyvirin",
"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"
}