-
Notifications
You must be signed in to change notification settings - Fork 8
/
component.yaml
31 lines (31 loc) · 1.04 KB
/
component.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version: 2.0.2
name: PDReview
id: pdreview
publisher: Adam Patridge
license: component/License.md
details: component/Details.md
getting-started: component/GettingStarted.md
summary: PDRatingView lets you display an average rating and, optionally, collect a user's rating submission on items in your application.
icons:
- component/icons/pdrating_128x128.png
- component/icons/pdrating_512x512.png
publisher-url: https://github.com/patridge/PDRating
build:
- src/PDRating.sln
libraries:
ios: src/PDRating/bin/classic/Release/PDRating.dll
ios-unified: src/PDRating/bin/unified/Release/PDRating.dll
screenshots:
- component/Screenshots/five-stars-scale.png
- component/Screenshots/six-moustaches-scale.png
- component/Screenshots/ten-tomatoes-scale.png
- component/Screenshots/custom-background.png
samples:
- name: "iOS Sample"
path: samples/PDRatingSample.sln
configuration: "Release|iPhone"
nobuild: true
- name: "iOS Classic Sample"
path: samples/PDRatingSample-Classic.sln
configuration: "Release|iPhone"
nobuild: true