blob: 0de8808786778ed4751efb5e7b5b547f44834fce [file] [log] [blame]
{
"name": "DriversitiSDK",
"version": "0.9.13.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": "http://driversiti.com/",
"license": {
"type": "Custom",
"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.13.2"
},
"source_files": "include/DriversitiSDK/*.h",
"resources": "DriversitiSDK.bundle",
"vendored_libraries": "libDriversitiSDK.a",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation"
],
"dependencies": {
"MagicalRecord": [
"~>2.2"
],
"AFNetworking": [
"~> 2.5"
],
"AFNetworkActivityLogger": [
],
"AFgzipRequestSerializer": [
],
"GoogleAnalytics": [
],
"Firebase": [
]
},
"default_subspecs": "Lite",
"deprecated": true,
"subspecs": [
{
"name": "Lite"
},
{
"name": "Beacons",
"dependencies": {
"KontaktSDK-OLD": [
"~>6.2"
]
},
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DBEACONS_ENABLED"
}
}
]
}