[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 2 / DatatistTracker / 1.2.2 / DatatistTracker.podspec.json
blob8767ce6426d03f16f3eea9b1beb13cb0951e270b
2   "name": "DatatistTracker",
3   "version": "1.2.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": "1.2.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "lib/*.h",
19   "public_header_files": "lib/*.h",
20   "vendored_libraries": "lib/*.a",
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CoreGraphics",
25     "CoreData"
26   ],
27   "ios": {
28     "libraries": [
29       "c++",
30       "stdc++",
31       "z"
32     ]
33   },
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-ObjC"
36   }