blob: 8907999366b9b6e03afc140a23f4c235c22b70c3 [file] [log] [blame]
{
"name": "UIViewControllerScrollingStatusBar",
"version": "1.0.0",
"summary": "Make scrolling along scrollView status bar in a one line of code",
"description": " Category for UIViewController with UIScrollView to scroll statusBar along any UIScrollView subclass.\n",
"homepage": "https://github.com/Antondomashnev",
"authors": {
"Anton Domashnev": "antondomashnev@gmail.com"
},
"source": {
"git": "https://github.com/Antondomashnev/UIViewController-ScrollingStatusBar.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Source/*.{h,m}",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true
}