[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 7 / 4 / AXRatingView / 1.0.0 / AXRatingView.podspec.json
blobab4383a572e593ad551b6798968e5d3e13beb5f2
2   "name": "AXRatingView",
3   "version": "1.0.0",
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 iOS6, iOS7\n",
6   "homepage": "https://github.com/akiroom/AXRatingView",
7   "screenshots": "https://raw.github.com/akiroom/AXRatingView/master/AXRatingViewDemo/Screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Hiroki Akiyama": "aki-hiroki@nifty.com"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/akiroom/AXRatingView.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "AXRatingView",
24     "Classes/**/*.{h,m}"
25   ],
26   "frameworks": "QuartzCore",
27   "requires_arc": true