blob: ebedd6553c6d25833c5b7af0c3229595278ad501 [file] [log] [blame]
{
"name": "CNRatingView",
"version": "0.0.1",
"summary": "View with stars for rating purposes",
"homepage": "https://github.com/megavolt605/CNRatingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor": "megavolt605@yandex.ru"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/megavolt605/CNRatingView.git",
"tag": "v0.0.1"
},
"source_files": [
"CNRatingView",
"CNRatingView/**/*.{swift,h}"
],
"resource_bundles": {
"CNRatingView": [
"**/*.xcassets"
]
},
"frameworks": "UIKit",
"requires_arc": true
}