blob: c81c9e448a0a667c96a3c176e2a014fb4d3c6d16 [file] [log] [blame]
{
"name": "DriversitiSDK",
"version": "2.0.2",
"summary": "Driving safety for the mobile generation. Real-time notifications of unsafe driving behaviors.",
"description": "Transform smartphones from driver's worst enemy to their best friend\n- SDK leverages algorithms that use smartphones sensor data to understand driving behavior, like phone handling. aggressive braking, and vehicle crashes\n- autonomously starts detecting at trip start\n- uploads data to servers for reporting and analytics",
"homepage": "https://github.com/apiosys/DriversitiSDK",
"license": {
"type": "Commericial",
"file": "LICENSE.md"
},
"authors": {
"Driversiti": "support@driversiti.com"
},
"social_media_url": "https://twitter.com/driversiti",
"platforms": {
"ios": "8.3"
},
"source": {
"git": "https://github.com/apiosys/DriversitiSDK.git",
"tag": "2.0.2"
},
"source_files": "include/DriversitiSDK/*.h",
"resources": "DriversitiSDK.bundle",
"vendored_libraries": "libDriversitiSDK.a",
"preserve_paths": [
"README.md",
"LICENSE.md"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation"
],
"dependencies": {
"Godzippa": [
],
"Firebase": [
"~> 2.5.1"
]
},
"default_subspecs": "Lite",
"deprecated": true,
"subspecs": [
{
"name": "Lite"
}
]
}