blob: a8943d0d1b98bed8a601a3a6e2c4b1d167df6228 [file] [log] [blame]
{
"name": "SCSlidingViewController",
"version": "1.1.0",
"summary": "A sliding UIViewController for iOS7.",
"description": " SCSlidingViewController allows you to set one (or two) view controllers to be full height on iOS7 so that the color behind the statusbar can be controlled, while the top view sits below the status bar as per iOS6. See the screenshot for an example of how it would appear.\n",
"homepage": "https://github.com/simoncoulton/SCSlidingViewController",
"screenshots": "http://dribbble.s3.amazonaws.com/users/14827/screenshots/1193991/8.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Simon Coulton": "simon.coulton@gmail.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/simoncoulton/SCSlidingViewController.git",
"tag": "1.1.0"
},
"source_files": [
"SCSlidingViewController/SCSlidingViewControllerDemo/SCSlidingViewController",
"SCSlidingViewController/SCSlidingViewControllerDemo/SCSlidingViewController/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": false
}