代码拉取完成,页面将自动刷新
Pod::Spec.new do |s|
s.name = "Cosmos"
s.version = "25.0.1"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/evgenyneu/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.
* Supports right-to-left languages.
DESC
s.authors = { "Evgenii Neumerzhitckii" => "sausageskin@gmail.com" }
s.source = { :git => "https://github.com/evgenyneu/Cosmos.git", :tag => s.version }
s.screenshots = "https://raw.githubusercontent.com/evgenyneu/Cosmos/master/graphics/Screenshots/cosmos_star_rating_control_for_ios_swift_space.png"
s.source_files = "Cosmos/**/*.swift"
s.ios.deployment_target = "12.0"
s.tvos.deployment_target = "12.0"
s.swift_versions = ['4.2', '5.0']
s.resource_bundles = {"Cosmos" => ["Cosmos/Resources/PrivacyInfo.xcprivacy"]}
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。