blob: b1235a21eb3011968ebf279fc2c577e59487cc99 [file] [log] [blame]
{
"name": "DJI-UXSDK-iOS-Beta-Communication",
"version": "0.3",
"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"
},
"requires_arc": true,
"swift_versions": "5.0",
"module_name": "DJIUXSDKCommunication",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"source": {
"git": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git",
"tag": "0.3"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"DEFINES_MODULE": "YES"
},
"cocoapods_version": ">= 1.7.1",
"source_files": "DJIUXSDKCommunication/**/*.{h,swift}",
"swift_version": "5.0"
}