blob: 5ebf12e5c3203668e04dc3385379a18e70bedc39 [file] [log] [blame]
{
"name": "LMGUI",
"version": "1.1.1",
"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-v1.1.1/LMGUI.zip"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LMGUI.framework/Headers/*.{h}",
"resource_bundles": {
"LMGUI": "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": [
"1.1.1"
],
"SDWebImage": [
"4.4.2"
],
"FBAnnotationClustering": [
"0.2.2"
]
}
}