-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathFitCloudWFKit.podspec
More file actions
28 lines (23 loc) · 1.62 KB
/
Copy pathFitCloudWFKit.podspec
File metadata and controls
28 lines (23 loc) · 1.62 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
Pod::Spec.new do |s|
s.name = "FitCloudWFKit"
s.version = "1.2.1-beta.6"
s.summary = "FitCloudPro 智能手表表盘辅助框架, 旨在帮助您轻松自定义属于您自己的表盘文件,适用于Realteck芯片的手表。"
s.description = <<-DESC
iOS framework help you creating customized watchface for fitcloudpro smart watch easily.
FitCloudPro 智能手表表盘辅助框架, 旨在帮助您轻松自定义属于您自己的表盘文件,适用于Realteck芯片的手表。
DESC
s.homepage = "https://github.com/htangsmart/FitCloudPro-SDK-iOS/tree/wfkit_v#{s.version}/FitCloudWFKit"
s.license = 'MIT'
s.author = {"pcjbird" => "pcjbird@hotmail.com"}
s.source = {:git => "https://github.com/htangsmart/FitCloudPro-SDK-iOS.git", :tag =>'wfkit_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/FitCloudWFKit/README.md'
s.changelog = 'https://github.com/htangsmart/FitCloudPro-SDK-iOS/blob/master/FitClouWFdKit/CHANGELOG.md'
s.screenshot = 'https://github.com/htangsmart/FitCloudPro-SDK-iOS/blob/master/FitCloudWFKit/logo.png'
s.platform = :ios, '8.0'
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics', 'Accelerate'
s.vendored_frameworks = 'FitCloudWFKit/FitCloudWFKit.xcframework', 'FitCloudWFKit/ABParTool.xcframework'
s.resource = 'FitCloudWFKit/FitCloudWFKit.bundle'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
end