blob: 057f823c5194762faa96999fff8aea56eb900563 [file] [log] [blame]
{
"name": "SwiftyStars",
"version": "0.0.2",
"summary": "A view with stars to use for ratings.",
"description": "A simple view to add a stars rating to your app.",
"homepage": "https://github.com/hujaber/SwiftyStars",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hussein Jaber": "hujaber@me.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/hujaber/SwiftyStars.git",
"tag": "0.0.2"
},
"source_files": "SwiftyStars/**/*.{h,swift}",
"exclude_files": "SwiftStars/**/*.plist",
"resources": "SwiftyStars/**/Assets.xcassets",
"swift_versions": "5.0",
"frameworks": "UIKit",
"swift_version": "5.0"
}