[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / b / 3 / XZDataLayerViewer / 1.0.0 / XZDataLayerViewer.podspec.json
blobfef64566bd214d38483968912ef4951486f53c2f
2   "name": "XZDataLayerViewer",
3   "version": "1.0.0",
4   "summary": "XZDataLayerViewer allows you to see data sent to Google Analytics from your app through Google Tag Manager.",
5   "description": "XZDataLayerViewer is a library that could help your analytic to see what data sent to Google Analytics from your app, if you are using Google Tag Manager.",
6   "homepage": "https://github.com/xzeror/xzdatalayerviewer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Ostanin": "xzeror@users.noreply.github.com"
13   },
14   "social_media_url": "http://twitter.com/xzeror",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/xzeror/xzdatalayerviewer.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Library/Sources/**/*.{h,m}",
23   "public_header_files": [
24     "Library/Sources/XZDataLayerViewer.h",
25     "Library/Sources/Viewer/XZCommon.h",
26     "Library/Sources/Viewer/XZDefaults.h",
27     "Library/Sources/Viewer/XZDataLayerViewer+Public.h",
28     "Library/Sources/Store/XZStoreProtocol.h",
29     "Library/Sources/Store/XZMemoryEventsHistoryStore.h",
30     "Library/Sources/Logger/XZEventGeneratorProtocol.h",
31     "Library/Sources/Logger/XZDataLayerObserver.h"
32   ],
33   "resources": "LICENSE",
34   "frameworks": [
35     "CoreData",
36     "SystemConfiguration"
37   ],
38   "libraries": [
39     "z",
40     "sqlite3"
41   ],
42   "requires_arc": true,
43   "dependencies": {
44     "GoogleTagManager": [
45       "~> 3"
46     ]
47   }