blob: b143a2c393d46768b2f8298782c1d376ce026b13 [file] [log] [blame]
{
"name": "LMGUI",
"version": "1.2.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.2.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.2.1"
],
"SDWebImage": [
"4.4.2"
],
"FBAnnotationClustering": [
"0.2.2"
]
}
}