blob: bc1d95f83077e6e15bb3f1172cf90b7cf21def7b [file] [log] [blame]
{
"name": "LMGUI",
"version": "1.0.2",
"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.0.2/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": [
"1.0.2"
],
"SDWebImage": [
"4.4.2"
],
"FBAnnotationClustering": [
"0.2.2"
]
}
}