-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathFitCloudDFUKit.podspec
More file actions
31 lines (24 loc) · 1.67 KB
/
Copy pathFitCloudDFUKit.podspec
File metadata and controls
31 lines (24 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Pod::Spec.new do |s|
s.name = "FitCloudDFUKit"
s.version = "1.3.4-beta.3"
s.summary = "和唐公司智能手表固件升级SDK。"
s.description = <<-DESC
iOS framework for FitCloud Smart Bracelet Device Firmware Upgrade, which is responsible for the upgrade of bracelet firmware. FitCloud智能手表固件升级的iOS框架,负责手表固件升级等功能的封装。
DESC
s.homepage = "https://github.com/htangsmart/FitCloudPro-SDK-iOS/tree/dfukit_v#{s.version}/FitCloudDFUKit"
s.license = 'MIT'
s.author = {"pcjbird" => "pcjbird@hotmail.com"}
s.source = {:git => "https://github.com/htangsmart/FitCloudPro-SDK-iOS.git", :tag => 'dfukit_v' + s.version.to_s}
s.social_media_url = 'http://www.hetangsmart.com'
s.requires_arc = true
s.documentation_url = 'https://github.com/htangsmart/FitCloudPro-SDK-iOS/blob/master/FitCloudDFUKit/README.md'
s.changelog = 'https://github.com/htangsmart/FitCloudPro-SDK-iOS/blob/master/FitCloudDFUKit/CHANGELOG.md'
s.screenshot = 'https://github.com/htangsmart/FitCloudPro-SDK-iOS/blob/master/FitCloudDFUKit/logo.png'
s.platform = :ios, '9.0'
s.frameworks = 'Foundation', 'CoreBluetooth', 'CoreGraphics'
s.vendored_frameworks = 'FitCloudDFUKit/FitCloudDFUKit.xcframework', 'FitCloudDFUKit/RTKLEFoundation.xcframework', 'FitCloudDFUKit/RTKOTASDK.xcframework', 'FitCloudDFUKit/RTKLocalPlaybackSDK.xcframework'
s.resource = 'FitCloudDFUKit/FitCloudDFUKit.bundle'
s.dependency 'iOSDFULibrary', '~> 4.11.0'
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
end