blob: 8a7834d8fcbc8afa178e4a166faac7a1462687c6 [file] [log] [blame]
{
"name": "CCBottomRefreshControl",
"version": "0.4.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}