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