blob: 9ae172a1f06c057cd3a9ec2486a1aaf966a1269a [file] [log] [blame]
{
"name": "DJI-UXSDK-iOS-Beta-Widgets",
"version": "0.1.1",
"license": "MIT",
"summary": "A collection of widget, widget model, and related helpers for DJI iOS UX SDK.",
"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",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"source": {
"git": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git",
"tag": "0.1.1"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"DEFINES_MODULE": "YES",
"SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/"
},
"cocoapods_version": ">= 1.7.1",
"source_files": "DJIUXSDKWidgets/**/*.{h,m}",
"resource_bundles": {
"DUXBetaAssets": "DJIUXSDKWidgets/**/*.xcassets"
},
"dependencies": {
"DJI-SDK-iOS": [
"4.11"
],
"DJI-UXSDK-iOS-Beta-Core": [
"0.1.1"
],
"DJI-UXSDK-iOS-Beta-Communication": [
"0.1.1"
]
}
}