blob: fef64566bd214d38483968912ef4951486f53c2f [file] [log] [blame]
{
"name": "XZDataLayerViewer",
"version": "1.0.0",
"summary": "XZDataLayerViewer allows you to see data sent to Google Analytics from your app through Google Tag Manager.",
"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.",
"homepage": "https://github.com/xzeror/xzdatalayerviewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Ostanin": "xzeror@users.noreply.github.com"
},
"social_media_url": "http://twitter.com/xzeror",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xzeror/xzdatalayerviewer.git",
"tag": "1.0.0"
},
"source_files": "Library/Sources/**/*.{h,m}",
"public_header_files": [
"Library/Sources/XZDataLayerViewer.h",
"Library/Sources/Viewer/XZCommon.h",
"Library/Sources/Viewer/XZDefaults.h",
"Library/Sources/Viewer/XZDataLayerViewer+Public.h",
"Library/Sources/Store/XZStoreProtocol.h",
"Library/Sources/Store/XZMemoryEventsHistoryStore.h",
"Library/Sources/Logger/XZEventGeneratorProtocol.h",
"Library/Sources/Logger/XZDataLayerObserver.h"
],
"resources": "LICENSE",
"frameworks": [
"CoreData",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"requires_arc": true,
"dependencies": {
"GoogleTagManager": [
"~> 3"
]
}
}