[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / f / 4 / RHRefreshControl / 0.1.beta1 / RHRefreshControl.podspec.json
blob17b39a7f570318075401552f3c26a238d497f691
2   "name": "RHRefreshControl",
3   "version": "0.1.beta1",
4   "summary": "Abstract RefreshControl for freedom customization.",
5   "description": "RHRefreshControl is just another simple custom RefreshControl which allow you to customize the appearance and behavior of RefreshControl for your app. With this simple library, you would save few hours to write code to implement with UIScrollView.",
6   "homepage": "https://github.com/rathahin/RHRefreshControl",
7   "screenshots": "https://raw.github.com/rathahin/RHRefreshControl/assets/RHRefreshControl_S1.png",
8   "license": "MIT",
9   "authors": {
10     "Ratha Hin": "me@rathahin.com"
11   },
12   "source": {
13     "git": "https://github.com/rathahin/RHRefreshControl.git",
14     "tag": "0.1.beta1"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": [
20     "PodSource/RHRefreshControl",
21     "PodSource/RHRefreshControl/**/*.{h,m}"
22   ],
23   "resources": "Resources/*.png",
24   "frameworks": "CoreGraphics",
25   "requires_arc": true