blob: c30dcf09c71bdb31e92cf479982364bb2181ade3 [file] [log] [blame]
{
"name": "DJI-UXSDK-iOS-Beta-Core",
"version": "0.3",
"license": "MIT",
"summary": "Core utilities 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": "DJIUXSDKCore",
"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": "DJIUXSDKCore/**/*.{h,m,swift}",
"dependencies": {
"DJI-SDK-iOS": [
"~> 4.13"
],
"DJI-UXSDK-iOS-Beta-Communication": [
"0.3"
]
},
"swift_version": "5.0"
}