[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / e / d / SGReviewTableView / 0.2.3 / SGReviewTableView.podspec.json
blob4bf316e0ea07a1502a77c9cfd5eb68f717a27e44
2   "name": "SGReviewTableView",
3   "version": "0.2.3",
4   "summary": "A basic table view controller for showing reviews.",
5   "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.",
6   "homepage": "https://github.com/goodmase/SGReviewTableView",
7   "screenshots": "https://github.com/goodmase/SGReviewTableView/blob/master/screenshot.png?raw=True",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "goodmase": "stephen.goodman@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/goodmase/SGReviewTableView.git",
17     "tag": "0.2.3"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "SGReviewTableView/Classes/**/*",
23   "dependencies": {
24     "RateView": [
25       "~> 1.2"
26     ]
27   }