blob: 22bd0d345eae8c2053c05cbf65d2552d88fba441 [file] [log] [blame]
{
"name": "VBOrientationSpecificViewController",
"version": "0.1.0",
"summary": "Allows you to display separate nibs for both landscape and portrait",
"license": "MIT",
"authors": {
"Vinayak Badrinathan": "vinnybad@gmail.com"
},
"homepage": "https://github.com/vinnybad/VBOrientationSpecificViewController",
"source": {
"git": "https://github.com/vinnybad/VBOrientationSpecificViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"frameworks": [
"Foundation",
"UIKit"
]
}