-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathFitCloudKit.podspec
More file actions
26 lines (23 loc) · 1.41 KB
/
Copy pathFitCloudKit.podspec
File metadata and controls
26 lines (23 loc) · 1.41 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
Pod::Spec.new do |s|
s.name = 'FitCloudKit'
s.version = '1.3.2-beta.81'
s.summary = '和唐公司智能手表SDK'
s.description = <<-DESC
FitCloudPro智能手表iOS开发框架,提供与手表设备通信等功能的封装。
The iOS framework for FitCloudPro smartwatch, encapsulating features like device communication.
DESC
s.homepage = "https://github.com/htangsmart/FitCloudPro-SDK-iOS/tree/#{s.version}/FitCloudKit"
s.license = 'MIT'
s.author = { 'pcjbird' => 'pcjbird@hotmail.com' }
s.source = { git: 'https://github.com/htangsmart/FitCloudPro-SDK-iOS.git', tag: 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/FitCloudKit/README.md'
s.changelog = 'https://github.com/htangsmart/FitCloudPro-SDK-iOS/blob/master/FitCloudKit/CHANGELOG.md'
s.screenshot = 'https://github.com/htangsmart/FitCloudPro-SDK-iOS/blob/master/FitCloudKit/logo.png'
s.platform = :ios, '8.0'
s.frameworks = 'Foundation', 'CoreBluetooth', 'CoreGraphics'
s.vendored_frameworks = 'FitCloudKit/FitCloudKit.xcframework'
s.resource = 'FitCloudKit/FitCloudKit.bundle'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
end