blob: dba8d6124c07a72808e98524c2732768e99c8b6c [file] [log] [blame]
{
"name": "CCBottomRefreshControl",
"version": "0.2.2",
"summary": "A category that adds bottom refresh control for UITableView class.",
"description": "This category adds bottom pull-up to refresh control support for UITableView class.",
"homepage": "https://github.com/vlasov/CCBottomRefreshControl",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Nick Vlasov": "vlasov1111@gmail.com"
},
"source": {
"git": "https://github.com/vlasov/CCBottomRefreshControl.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes/*",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
],
"UIView+TKGeometry": [
]
}
}