blob: 34c8ee1f90fc66d4ac7fff8999f81c704e744b16 [file] [log] [blame]
{
"name": "GSSplitViewController",
"version": "1.0.0",
"summary": "A replacement for Apple's UISplitViewController with the ability to change the width of the master pane. http://gossainsoftware.com",
"description": "\t\t GSSplitViewController is for the most part a drop in replacement of UISplitViewController with extra features such as the ability to\n\t\t set the width of the master pane (i.e. the left pane), the ability to show/hide the master pane programatically, and a few other goodies.\n\t\t The API attempts to mimic that of the UISplitViewController, but there are some differences. There are slight differences in the\n\t\t GSSplitViewControllerDelegate compared to the UISplitViewControllerDelegate. There are also additional properties and methods in\n\t\t GSSplitViewController compared to UISplitViewController.\n",
"homepage": "https://github.com/cgossain/GSSplitViewController",
"license": "MIT",
"authors": {
"cgossain": "cgossain@gmail.com"
},
"social_media_url": "http://twitter.com/ChrisGossain",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cgossain/GSSplitViewController.git",
"tag": "1.0.0"
},
"source_files": "GSSplitViewController",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}