blob: 9ae2ab50b1981d375a96b9bda1a0ec8bfa375ff8 [file] [log] [blame]
{
"name": "MFUI",
"version": "2.3.0",
"summary": "Movalys Framework MFUI.",
"homepage": "http://www.movalys.org",
"license": {
"type": "LGPLv3",
"file": "LGPLv3-LICENSE.txt"
},
"authors": "Sopra Steria Group",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lz",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"source": {
"git": "https://github.com/MovalysMDK/mdk-ios-lib-ui.git",
"tag": "2.3.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"CoreLocation",
"MapKit",
"MessageUI",
"MagicalRecord",
"CocoaLumberjack",
"MBProgressHUD"
],
"header_mappings_dir": ".",
"source_files": "MFUI/**/*.{h,m}",
"resources": [
"MFUI/**/*.xib",
"MFUI/resources/**/*.png",
"MFUI/resources/**/*.plist",
"MFUI/resources/**/*.txt",
"MFUI/resources/**/*.storyboard"
],
"prefix_header_contents": "#import \"MFUIUtils.h\"\n #import \"UIView+ViewController.h\"",
"exclude_files": "MFUI/**/MFPickerListSelectionIndicator.{h,m}",
"subspecs": [
{
"name": "Dependencies",
"dependencies": {
"MFCore": [
"2.3.0"
],
"MDKControl": [
"1.3.0"
]
}
}
]
}