blob: 594dbc4295a42e375d5573e3db90408cff3ed74f [file] [log] [blame]
{
"name": "DJI-UXSDK-iOS-Beta",
"version": "0.2",
"license": "MIT",
"summary": "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": "DJIUXSDKBeta",
"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": "DJIUXSDKBeta/**/*.{h,m,swift}",
"dependencies": {
"DJI-UXSDK-iOS-Beta-Core": [
"0.2"
],
"DJI-UXSDK-iOS-Beta-Communication": [
"0.2"
],
"DJI-UXSDK-iOS-Beta-Widgets": [
"0.2"
]
},
"swift_version": "5.0"
}