blob: 62a2d769570630b0191e36d290d716c81a445261 [file] [log] [blame]
{
"name": "FHRefreshControl",
"version": "1.0.0",
"summary": "A refresh view used on iOS.",
"description": " It is a refresh view used on iOS, which implement by Objective-C.\n",
"homepage": "https://github.com/forrHuen/FHRefreshControl.git",
"license": "MIT",
"authors": {
"禤志锋": "1216315508@qq.com"
},
"source": {
"git": "https://github.com/forrHuen/FHRefreshControl.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "FHRefresh/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}