forked from evgenyneu/Cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cosmos.podspec
22 lines (21 loc) · 1.26 KB
/
Cosmos.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "Cosmos"
s.version = "6.0.0"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/marketplacer/Cosmos"
s.summary = "5-star rating control written in Swift"
s.description = <<-DESC
This is a UI control for iOS and tvOS that shows a 5-star rating or takes rating input from the user. Cosmos is a subclass of a UIView. Let your users see and post beautiful 3-star reviews!
* Shows star rating with an optional text label.
* Can be used as a rating input control (iOS only).
* Cosmos view can be customized in the Storyboard without writing code.
* Includes different star filling modes: full, half-filled and precise.
* Cosmos is accessible and works with voice-over.
DESC
s.authors = { "Evgenii Neumerzhitckii" => "[email protected]" }
s.source = { :git => "https://github.com/marketplacer/Cosmos.git", :tag => s.version }
s.screenshots = "https://raw.githubusercontent.com/marketplacer/Cosmos/master/graphics/Screenshots/star_screenshot_dark.png"
s.source_files = "Cosmos/**/*.swift"
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
end