| { |
| "name": "LMGNotificationBus", |
| "version": "1.0.3", |
| "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.3/LMGNotificationBus.zip" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "LMGNotificationBus.framework/Headers/*.{h}", |
| "preserve_paths": "LMGNotificationBus.framework", |
| "vendored_frameworks": "LMGNotificationBus.framework", |
| "dependencies": { |
| "LMGDomain": [ |
| "~> 1.0.2" |
| ] |
| }, |
| "public_header_files": [ |
| "LMGNotificationBus.framework/Headers/*.{h}" |
| ] |
| } |