blob: c4fe31cfa0e08ffa15c5920a07f60408f29a4b0d [file] [log] [blame]
{
"name": "LMGEventLogging",
"version": "1.0.8",
"summary": "Event logging & analytics layer for the LMG iOS SDK",
"description": "Implements the event logging objects for the LMG iOS SDK.",
"homepage": "https://github.com/loopmediagroup/loopmediagroup-ios",
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"authors": {
"Loop Media Group": "dev@loopmediagroup.com"
},
"source": {
"http": "https://github.com/loopmediagroup/loopmediagroup-ios/releases/download/EventLogging-v1.0.8/LMGEventLogging.zip"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LMGEventLogging.framework/Headers/*.{h}",
"preserve_paths": "LMGEventLogging.framework",
"vendored_frameworks": "LMGEventLogging.framework",
"dependencies": {
"LMGNotificationBus": [
"~> 1.0.8"
],
"SnowplowTracker": [
"~> 0.9.0"
]
},
"public_header_files": [
"LMGEventLogging.framework/Headers/*.{h}"
]
}