blob: 6351e3cacf2831aa40bf6fea84ed9cd25544d62f [file] [log] [blame]
{
"name": "LMGData",
"version": "1.4.0",
"summary": "LMG iOS SDK Access Layer",
"description": "Implements the SDK facade ojects 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/Data-v1.4.0/LMGData.zip"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LMGData.framework/Headers/*.{h}",
"preserve_paths": "LMGData.framework",
"vendored_frameworks": "LMGData.framework",
"dependencies": {
"SnowplowTracker": [
"~> 0.9.0"
],
"FXKeychain": [
"~> 1.5"
]
},
"ios": {
"frameworks": [
"Foundation",
"MapKit",
"CoreData",
"CoreLocation"
]
},
"public_header_files": [
"LMGData.framework/Headers/*.{h}"
]
}