blob: 4d7afab0f9e62871068163e9c86e589be531e15c [file] [log] [blame]
{
"name": "LMGEventLogging",
"version": "1.0.6",
"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.6/LMGEventLogging.zip"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LMGEventLogging.framework/Headers/*.{h}",
"preserve_paths": "LMGEventLogging.framework",
"vendored_frameworks": "LMGEventLogging.framework",
"dependencies": {
"LMGNotificationBus": [
"~> 1.0.5"
],
"SnowplowTracker": [
"~> 0.9.0"
]
},
"public_header_files": [
"LMGEventLogging.framework/Headers/*.{h}"
]
}