blob: 67a6750b07d7ff3a974c4c03cf730006f82983c1 [file] [log] [blame]
{
"name": "SGReviewTableView",
"version": "0.2.0",
"summary": "A basic table view controller for showing reviews.",
"description": "SGReviewTableView is a pod that provides a table view for displaying user reviews. The view includes a header that shows a histogram of the ratings, average rating, and the number of reviews.",
"homepage": "https://github.com/goodmase/SGReviewTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"goodmase": "stephen.goodman@gmail.com"
},
"source": {
"git": "https://github.com/goodmase/SGReviewTableView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SGReviewTableView/Classes/**/*",
"dependencies": {
"RateView": [
"~> 1.2"
]
}
}