[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / e / d / SGReviewTableView / 0.1.0 / SGReviewTableView.podspec.json
blob07b6457b7bd1eb7233a1f0ef5edc1504ee8a09a3
2   "name": "SGReviewTableView",
3   "version": "0.1.0",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "goodmase": "stephen.goodman@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/goodmase/SGReviewTableView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SGReviewTableView/Classes/**/*",
22   "dependencies": {
23     "RateView": [
24       "~> 1.2"
25     ]
26   }