blob: 4b8f729f70c06c31ede825f24be749919c6f985e [file] [log] [blame]
{
"name": "DJI-UXSDK-iOS-Beta-Communication",
"version": "0.1.1",
"license": "MIT",
"summary": "Intra-framework, and system communication infrastructure 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"
},
"swift_versions": "5.0",
"requires_arc": true,
"module_name": "DJIUXSDKCommunication",
"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"
},
"cocoapods_version": ">= 1.7.1",
"source_files": "DJIUXSDKCommunication/**/*.{h,swift}",
"public_header_files": "DJIUXSDKCommunication/**/*.h",
"swift_version": "5.0"
}