blob: 6ec5a3acf7527f414a6b75015131215c9535cb5b [file] [log] [blame]
{
"name": "CCBottomRefreshControl",
"version": "0.4",
"summary": "A category for UIScrollView that implements an ability to add bottom aligned native iOS refresh control.",
"description": "This category implements an additional property for UIScrollView class, that allows to add UIRefreshControl that aligned to bottom.",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}