[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 2 / DatatistTracker / 2.2.7 / DatatistTracker.podspec.json
blobbba028766c0c6710d22dfd7bb700d1f22230b422
2   "name": "DatatistTracker",
3   "version": "2.2.7",
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.7"
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   "frameworks": [
22     "UIKit",
23     "MapKit",
24     "Security",
25     "CoreLocation",
26     "UserNotifications",
27     "CoreData",
28     "CoreTelephony",
29     "MobileCoreServices",
30     "JavaScriptCore",
31     "CoreGraphics",
32     "Foundation",
33     "SystemConfiguration"
34   ],
35   "ios": {
36     "libraries": [
37       "c++",
38       "stdc++",
39       "z"
40     ]
41   },
42   "xcconfig": {
43     "OTHER_LDFLAGS": "-ObjC"
44   },
45   "dependencies": {
46     "WebViewJavascriptBridge": [
48     ]
49   }