[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 4 / a / 0 / LiteStarView / 1.0.0 / LiteStarView.podspec.json
blob0773ea800a18a07d8b064719d0c1fde1aadc667a
2   "name": "LiteStarView",
3   "version": "1.0.0",
4   "summary": "A light weight star ⭐️ rating UI component for iOS written in Swift",
5   "description": "StarView is a minimalist design, with a few customizations.\n\n  Features:\n     - Can be used to show ratings followed by number of ratings.\n     - If isUserInteractionEnabled user can provied a rating by panning or tapping on stars, rating will be shown.\n     - Gives haptic Feedback when user selects/deselect one full star\n     - Round stars to the nears whole\n     - Custom fill color\n     - Custom outline color",
6   "homepage": "https://github.com/MitchTODO/LiteStarView",
7   "screenshots": [
8     "https://github.com/MitchTODO/LiteStarView/blob/1.0.0/ReadmePic/starFloat.gif",
9     "https://github.com/MitchTODO/LiteStarView/blob/1.0.0/ReadmePic/starInt.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Mitchell Tucker": "tucker.mitchelltucker.mitchell@gmail.com"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source": {
22     "git": "https://github.com/MitchTODO/LiteStarView.git",
23     "tag": "1.0.0"
24   },
25   "source_files": "LiteStarView/**/*.swift",
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "5.0"
29   },
30   "swift_versions": "5.0",
31   "swift_version": "5.0"