[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 2 / DriversitiSDK / 0.9.13.2 / DriversitiSDK.podspec.json
blob0de8808786778ed4751efb5e7b5b547f44834fce
2   "name": "DriversitiSDK",
3   "version": "0.9.13.2",
4   "summary": "Driving safety for the mobile generation. Real-time notifications of unsafe driving behaviors.",
5   "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",
6   "homepage": "http://driversiti.com/",
7   "license": {
8     "type": "Custom",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Driversiti": "support@driversiti.com"
13   },
14   "social_media_url": "https://twitter.com/driversiti",
15   "platforms": {
16     "ios": "7.1"
17   },
18   "source": {
19     "git": "https://github.com/apiosys/DriversitiSDK.git",
20     "tag": "0.9.13.2"
21   },
22   "source_files": "include/DriversitiSDK/*.h",
23   "resources": "DriversitiSDK.bundle",
24   "vendored_libraries": "libDriversitiSDK.a",
25   "requires_arc": true,
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "SystemConfiguration",
30     "MobileCoreServices",
31     "CoreLocation"
32   ],
33   "dependencies": {
34     "MagicalRecord": [
35       "~>2.2"
36     ],
37     "AFNetworking": [
38       "~> 2.5"
39     ],
40     "AFNetworkActivityLogger": [
42     ],
43     "AFgzipRequestSerializer": [
45     ],
46     "GoogleAnalytics": [
48     ],
49     "Firebase": [
51     ]
52   },
53   "default_subspecs": "Lite",
54   "deprecated": true,
55   "subspecs": [
56     {
57       "name": "Lite"
58     },
59     {
60       "name": "Beacons",
61       "dependencies": {
62         "KontaktSDK-OLD": [
63           "~>6.2"
64         ]
65       },
66       "xcconfig": {
67         "OTHER_CFLAGS": "$(inherited) -DBEACONS_ENABLED"
68       }
69     }
70   ]