blob: f0a7cbc2e2c3e9dc3efab8a804363c952e9f6b65 [file] [log] [blame]
{
"name": "LMGNotificationBus",
"version": "1.0.1",
"summary": "Notification Bus layer for the LMG iOS SDK",
"description": "Implements the notification bus 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/NotificationBus-v1.0.1/LMGNotificationBus.zip"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LMGNotificationBus.framework/Headers/*.{h}",
"preserve_paths": "LMGNotificationBus.framework",
"vendored_frameworks": "LMGNotificationBus.framework",
"dependencies": {
"LMGDomain": [
]
},
"public_header_files": [
"LMGNotificationBus.framework/Headers/*.{h}"
]
}