[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 9 / 7 / 4 / AXRatingView / 1.0.1 / AXRatingView.podspec.json
blob35c35fd707efe1f397c2a5a8afb09e9585da62c6
2   "name": "AXRatingView",
3   "version": "1.0.1",
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.1"
21   },
22   "source_files": [
23     "AXRatingView",
24     "Classes/**/*.{h,m}"
25   ],
26   "frameworks": "QuartzCore",
27   "requires_arc": true