blob: f115b03541d7d5be2a1ad5b722484b10ad7668e3 [file] [log] [blame]
{
"name": "DriversitiSDK",
"version": "0.9.14",
"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": "7.1"
},
"source": {
"git": "https://github.com/apiosys/DriversitiSDK.git",
"tag": "0.9.14"
},
"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": {
"MagicalRecord": [
"~>2.2"
],
"AFNetworking": [
"~> 2.5"
],
"AFNetworkActivityLogger": [
],
"AFgzipRequestSerializer": [
],
"Firebase": [
]
},
"default_subspecs": "Lite",
"deprecated": true,
"subspecs": [
{
"name": "Lite"
}
]
}