[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / 0 / 6 / STRatingControl / 0.1.0 / STRatingControl.podspec.json
blobd720f1773df93aa13e4bb9d08bee5d6aee826719
2   "name": "STRatingControl",
3   "version": "0.1.0",
4   "summary": "STRatingControl is a UI control that represent the star rating control.",
5   "description": "STRatingControl is a UI control that represent the star rating control. STRatingControl allows you to select a rating starting from 0 to any number of stars you want. You can use default star image or specify your custom images.",
6   "homepage": "https://github.com/shuhrat10/STRatingControl",
7   "license": "MIT",
8   "authors": {
9     "Shukhrat Tursunov": "shuhrat10@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/shuhrat10/STRatingControl.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "STRatingControl": [
22       "Pod/Assets/*.png"
23     ]
24   }