blob: 9b99ef8a37a985b55e249cfa0d017b91916525a6 [file] [log] [blame]
{
"name": "IntelligentSplitViewController",
"version": "1.2.0",
"license": {
"type": "Creative Commons"
},
"homepage": "https://github.com/grgcombs/IntelligentSplitViewController",
"authors": {
"Greg Combs": "gcombs@gmail.com"
},
"summary": "UISplitViewController subclass that works within a UITabBarController",
"description": " This is a UISplitViewController subclass that will intelligently rotate it's contents when placed inside a UITabBarController.\n\n Normally the standard UISplitViewController doesn't hear about rotations when it's not the frontmost UI element (selected tab). This is because Apple believes a UISplitViewController should be the top-most controller in the hierarchy. So when you rotate the device while switching back and forth between tabs of split views, your view controllers and UI elements start drawing in mismatched orientations. Users don't like this nonsense. But what do you do if your app *needs* split views within a tab view? This. This is what you do.\n",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/grgcombs/IntelligentSplitViewController.git",
"tag": "v1.2.0"
},
"source_files": "IntelligentSplitViewController.{h,m}",
"requires_arc": true,
"xcconfig": {
"ONLY_ACTIVE_ARCH": "NO"
}
}