[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 5 / 6 / 2 / DatatistTracker / 2.0.0 / DatatistTracker.podspec.json
blob31903fa0d3f76480e7896cd25e70a9481e4d1800
2   "name": "DatatistTracker",
3   "version": "2.0.0",
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.0.0"
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     "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   }