Skip to content

Commit 49bbde5

Browse files
committed
Fixing paste error on URLS
1 parent 928314c commit 49bbde5

4 files changed

+12
-12
lines changed

DJI-UXSDK-iOS-Beta-Communication.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Pod::Spec.new do |s|
33
s.version = '0.2'
44
s.license = 'MIT'
55
s.summary = 'Intra-framework, and system communication infrastructure for DJI iOS UX SDK.'
6-
s.homepage = 'https://github.com/dji-dev/Open-Source-UXSDK-iOS'
6+
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
77
s.authors = { 'DJI' => 'dev@dji.com' }
8-
s.documentation_url = 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS/wiki'
8+
s.documentation_url = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki'
99
s.ios.deployment_target = '11.0'
1010
s.swift_version = '5.0'
1111
s.requires_arc = true
1212
s.module_name = 'DJIUXSDKCommunication'
1313
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
14-
s.source = { :git => 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS.git', :tag => s.version.to_s }
14+
s.source = { :git => 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git', :tag => s.version.to_s }
1515
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'DEFINES_MODULE' => 'YES'}
1616
s.cocoapods_version = '>= 1.7.1'
1717
s.source_files = 'DJIUXSDKCommunication/**/*.{h,swift}'

DJI-UXSDK-iOS-Beta-Core.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Pod::Spec.new do |s|
33
s.version = '0.2'
44
s.license = 'MIT'
55
s.summary = 'Core utilities for DJI iOS UX SDK.'
6-
s.homepage = 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS'
6+
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
77
s.authors = { 'DJI' => 'dev@dji.com' }
8-
s.documentation_url = 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS/wiki'
8+
s.documentation_url = 'https:/github.com//dji-sdk/Mobile-UXSDK-Beta-iOS/wiki'
99
s.ios.deployment_target = '11.0'
1010
s.requires_arc = true
1111
s.module_name = 'DJIUXSDKCore'
1212
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
13-
s.source = { :git => 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS.git', :tag => s.version.to_s }
13+
s.source = { :git => 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git', :tag => s.version.to_s }
1414
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'DEFINES_MODULE' => 'YES'}
1515
s.cocoapods_version = '>= 1.7.1'
1616
s.source_files = 'DJIUXSDKCore/**/*.{h,m,swift}'

DJI-UXSDK-iOS-Beta-Widgets.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Pod::Spec.new do |s|
33
s.version = '0.2'
44
s.license = 'MIT'
55
s.summary = 'A collection of widget, widget model, and related helpers for DJI iOS UX SDK 5.0 Open Source (Beta 2).'
6-
s.homepage = 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS'
6+
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
77
s.authors = { 'DJI' => 'dev@dji.com' }
8-
s.documentation_url = 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS/wiki'
8+
s.documentation_url = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki'
99
s.ios.deployment_target = '11.0'
1010
s.requires_arc = true
1111
s.module_name = 'DJIUXSDKWidgets'
1212
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
13-
s.source = { :git => 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS.git', :tag => s.version.to_s }
13+
s.source = { :git => 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git', :tag => s.version.to_s }
1414
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'DEFINES_MODULE' => 'YES' }
1515
s.cocoapods_version = '>= 1.7.1'
1616
s.source_files = 'DJIUXSDKWidgets/**/*.{h,m,swift}'

DJI-UXSDK-iOS-Beta.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Pod::Spec.new do |s|
33
s.version = '0.2'
44
s.license = 'MIT'
55
s.summary = 'DJI iOS UX SDK'
6-
s.homepage = 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS'
6+
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
77
s.authors = { 'DJI' => 'dev@dji.com' }
8-
s.documentation_url = 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS/wiki'
8+
s.documentation_url = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki'
99
s.ios.deployment_target = '11.0'
1010
s.requires_arc = true
1111
s.module_name = 'DJIUXSDKBeta'
1212
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
13-
s.source = { :git => 'https://github.com//dji-sdk/Mobile-UXSDK-Beta-iOS.git', :tag => s.version.to_s }
13+
s.source = { :git => 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git', :tag => s.version.to_s }
1414
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'DEFINES_MODULE' => 'YES'}
1515
s.cocoapods_version = '>= 1.7.1'
1616
s.source_files = 'DJIUXSDKBeta/**/*.{h,m,swift}'

0 commit comments

Comments
 (0)