-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathJhtRatingBar.podspec
More file actions
17 lines (15 loc) · 834 Bytes
/
JhtRatingBar.podspec
File metadata and controls
17 lines (15 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'JhtRatingBar'
s.version = '1.0.2'
s.summary = '评分条/星级条'
s.homepage = 'https://github.com/jinht/RatingBar'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Jinht' => 'jinjob@icloud.com' }
s.social_media_url = 'https://blog.csdn.net/Anticipate91'
s.platform = :ios
s.ios.deployment_target = '8.0'
s.source = { :git => 'https://github.com/jinht/RatingBar.git', :tag => s.version }
s.resource = 'JhtRatingBar_SDK/JhtStar.bundle'
s.source_files = 'JhtRatingBar_SDK/**/*.{h,m}'
s.frameworks = 'UIKit'
end