[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 2 / DatatistTracker / 2.2.3.2 / DatatistTracker.podspec.json
blob6db8e34fab0bdcedd2e6b2f5433829883f064d66
2   "name": "DatatistTracker",
3   "version": "2.2.3.2",
4   "summary": "The DatatistTracker is an Objective-C framework (iOS and OSX) for sending analytics to a Datatist server.",
5   "description": "The DatatistTracker is an Objective-C framework (iOS and OSX) for sending analytics to a Datatist server.\n \n Datatist server is a downloadable, Free/Libre (GPLv3 licensed) real time web analytics software, [http://datatist.org](http://datatist.org).\n This framework implements the Datatist tracking REST API [http://datatist.org/docs/tracking-api/reference.](http://datatist.org/docs/tracking-api/reference/)\n \n ###How does it work\n \n 1. Create and configure the tracker\n 2. Track screen views, events, errors, social interaction, search, goals and more\n 3. Let the SDK dispatch events to the Datatist server automatically, or dispatch events manually\n \n All events are persisted locally in Core Data until they are dispatched and successfully received by the Datatist server.\n \n All methods are asynchronous and will return immediately.",
6   "homepage": "https://github.com/Datatist/DatatistTracker",
7   "license": "COMMERCIAL",
8   "authors": {
9     "Datatist": "info@datatist.com"
10   },
11   "source": {
12     "git": "https://github.com/Datatist/DatatistTracker.git",
13     "tag": "2.2.3.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "lib/include/*.h",
19   "public_header_files": "lib/include/*.h",
20   "vendored_libraries": "lib/*.a",
21   "resource_bundles": {
22     "DatatistTracker": "lib/DTResource.bundle"
23   },
24   "frameworks": [
25     "UIKit",
26     "MapKit",
27     "Security",
28     "CoreLocation",
29     "UserNotifications",
30     "CoreData",
31     "CoreTelephony",
32     "MobileCoreServices",
33     "JavaScriptCore",
34     "CoreGraphics",
35     "Foundation",
36     "SystemConfiguration"
37   ],
38   "ios": {
39     "libraries": [
40       "c++",
41       "stdc++",
42       "z"
43     ]
44   },
45   "xcconfig": {
46     "OTHER_LDFLAGS": "-ObjC"
47   },
48   "dependencies": {
49     "WebViewJavascriptBridge": [
51     ]
52   }