[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / a / 6 / c / EZRatingView / 2.0.0 / EZRatingView.podspec.json
blob35e10516673965a95ce3336043c754e321b913ab
2   "name": "EZRatingView",
3   "version": "2.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, iOS8",
6   "homepage": "https://github.com/EvianZhow/EZRatingView",
7   "screenshots": "https://raw.github.com/EvianZhow/EZRatingView/master/EZRatingViewDemo/Screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Evian Zhow": "evianzhow@gmail.com"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/EvianZhow/EZRatingView.git",
20     "tag": "2.0.0"
21   },
22   "source_files": [
23     "EZRatingView",
24     "Classes/**/*.{h,m}"
25   ],
26   "frameworks": "QuartzCore",
27   "requires_arc": true