blob: d0a6685134825abf27cd90d23ee4188f1da31f3c [file] [log] [blame]
{
"name": "LMGUI",
"version": "0.3.12",
"summary": "UI Components for LMG iOS SDK",
"description": "All the pre-build UI components, Views and user flows for the LMG iOS Platform 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/UI-v0.3.12/LMGUI.zip"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LMGUI.framework/Headers/*.{h}",
"resources": [
"LMGUI.framework/Assets.car"
],
"preserve_paths": "LMGUI.framework",
"vendored_frameworks": "LMGUI.framework",
"public_header_files": "LMGUI.framework/Headers/*.{h}",
"frameworks": [
"UIKit",
"CoreLocation",
"MapKit"
],
"dependencies": {
"LMGData": [
"0.5.20"
],
"SDWebImage": [
"4.4.2"
],
"FBAnnotationClustering": [
"0.2.2"
]
}
}