blob: 4c5c241903709366fc3936d748368a4767939bd8 [file] [log] [blame]
{
"name": "DJI-UXSDK-iOS-Beta-Core",
"version": "0.1.0",
"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,
"module_name": "DJIUXSDKCore",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"source": {
"git": "https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git",
"tag": "0.1.0"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"DEFINES_MODULE": "YES",
"SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/"
},
"cocoapods_version": ">= 1.7.1",
"source_files": "DJIUXSDKCore/**/*.{h,m}",
"public_header_files": "DJIUXSDKCore/**/*.h",
"dependencies": {
"DJI-SDK-iOS": [
"4.10"
],
"DJI-UXSDK-iOS-Beta-Communication": [
"0.1.0"
]
}
}