blob: fb5082c4c9edf3aad14b50204c6449657e472b1e [file] [log] [blame]
{
"name": "DronelinkCore",
"version": "1.0.1",
"summary": "The core of the Dronelink SDK",
"homepage": "https://dronelink.com/",
"license": {
"type": "DRONELINK",
"file": "LICENSE"
},
"authors": {
"Dronelink": "dev@dronelink.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/dronelink/dronelink-core-ios.git",
"tag": "1.0.1"
},
"public_header_files": "DronelinkCore.framework/Headers/*.h",
"source_files": "DronelinkCore.framework/Headers/*.h",
"vendored_frameworks": "DronelinkCore.framework",
"swift_version": "5.0"
}