forked from dji-sdk/Mobile-UXSDK-Beta-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDJI-UXSDK-iOS-Beta.podspec
20 lines (20 loc) · 951 Bytes
/
DJI-UXSDK-iOS-Beta.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'DJI-UXSDK-iOS-Beta'
s.version = '0.1.0'
s.license = 'MIT'
s.summary = 'DJI iOS UX SDK'
s.homepage = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS'
s.authors = { 'DJI' => '[email protected]' }
s.documentation_url = 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS/wiki'
s.ios.deployment_target = '11.0'
s.requires_arc = true
s.module_name = 'DJIUXSDKBeta'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
s.source = { :git => 'https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS.git', :tag => s.version.to_s }
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'DEFINES_MODULE' => 'YES', 'SWIFT_OBJC_BRIDGING_HEADER' => '$(PODS_TARGET_SRCROOT)/'}
s.cocoapods_version = '>= 1.7.1'
s.source_files = 'DJIUXSDKBeta/**/*.{h,m}'
s.dependency 'DJI-UXSDK-iOS-Beta-Core', '0.1.0'
s.dependency 'DJI-UXSDK-iOS-Beta-Communication', '0.1.0'
s.dependency 'DJI-UXSDK-iOS-Beta-Widgets', '0.1.0'
end