blob: d6b626b90812b2f1f6186910f036ce42c8aaef33 [file] [log] [blame]
{
"name": "DJI-UXSDK-iOS-Beta-Widgets",
"version": "0.2",
"license": "MIT",
"summary": "A collection of widget, widget model, and related helpers for DJI iOS UX SDK 5.0 Open Source (Beta 2).",
"homepage": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS",
"authors": {
"DJI": "dev@dji.com"
},
"documentation_url": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"module_name": "DJIUXSDKWidgets",
"swift_versions": "5.0",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"source": {
"git": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git",
"tag": "0.2"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"DEFINES_MODULE": "YES"
},
"cocoapods_version": ">= 1.7.1",
"source_files": "DJIUXSDKWidgets/**/*.{h,m,swift}",
"resource_bundles": {
"DUXBetaAssets": "DJIUXSDKWidgets/**/*.{xcassets,html,otf}"
},
"dependencies": {
"DJI-SDK-iOS": [
"~> 4.12"
],
"DJIWidget": [
"~> 1.6.2"
],
"DJI-UXSDK-iOS-Beta-Communication": [
"0.2"
],
"DJI-UXSDK-iOS-Beta-Core": [
"0.2.0"
]
},
"swift_version": "5.0"
}