blob: cc49085dfc631005c7e3de8d5ff5f8b5c03abdc1 [file] [log] [blame]
{
"name": "LMGDomain",
"version": "1.0.13",
"summary": "Domain layer for the LMG iOS SDK",
"description": "Implements the domain 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/Domain-v1.0.13/LMGDomain.zip"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LMGDomain.framework/Headers/*.h",
"module_map": "LMGDomain.framework/Modules/module.modulemap",
"preserve_paths": "LMGDomain.framework",
"vendored_frameworks": "LMGDomain.framework",
"ios": {
"frameworks": [
"Foundation",
"MapKit",
"CoreLocation"
]
},
"public_header_files": [
"LMGDomain.framework/Headers/*.h"
],
"deprecated": true
}