[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 7 / 4 / AXRatingView / 1.0.5 / AXRatingView.podspec.json
blobf500c452bbaf94677fd0e6e32541fbeb887a367a
2   "name": "AXRatingView",
3   "version": "1.0.5",
4   "summary": "Star mark rating view",
5   "description": "Star mark rating view for a review scene.\n- Smooth rating (ex. 4.22 -> 4.23)\n- Step rating by 1.0 (ex. 3.00 -> 4.00)\n- Step rating by 0.5 (ex. 3.00 -> 3.50 -> 4.00)\n- Set other unicode character (not star character)\n- Set image\n- Set color\n- Editable & Not Editable\n- Easy to Get/Set.\n- Compatibility for iOS8, iOS9, iOS10\n- Support Auto Layout",
6   "homepage": "https://github.com/akiroom/AXRatingView",
7   "screenshots": [
8     "https://raw.github.com/akiroom/AXRatingView/master/AXRatingViewDemo/Screenshot.png",
9     "https://raw.github.com/akiroom/AXRatingView/master/AXRatingViewDemo/Screenshot-Storyboard.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "akiroom": "akiyama@akiroom.com"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "source": {
22     "git": "https://github.com/akiroom/AXRatingView.git",
23     "tag": "1.0.5"
24   },
25   "source_files": [
26     "AXRatingView",
27     "Classes/**/*.{h,m}"
28   ],
29   "frameworks": "QuartzCore",
30   "requires_arc": true