blob: 52880f4adcd236741c7647c4f1a078c1c1a24907 [file] [log] [blame]
{
"name": "CCBottomRefreshControl",
"version": "0.3.0",
"summary": "A category for UIScrollView that implements an ability to add bottom aligned native iOS 6/7 refresh control.",
"description": "This category implements an additional property for UIScrollView class, that allows to add UIRefreshControl that aligned to bottom. Both iOS 6 & 7 are supported.",
"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.3.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes/*",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
],
"UIView+TKGeometry": [
]
}
}