blob: e683f313c2ebcf59d9436539ae4befe7a78d327c [file] [log] [blame]
{
"name": "APLStoryboardContainerViewController",
"version": "0.0.1",
"summary": "A container view controller which can automatically load view controller from different storyboards and embed them as child view controller.",
"description": " A container view controller which can automatically load view controller from different storyboards and embed them as child view controller.\n This greatly helps keeping storyboards clean and manageable in size.\n\n * In a storyboard just insert a view controller and set the name of a different storyboard. Without further specification of a particular view controller name the \n initial view controllr of this storyboard will be loaded and embedded as child view controller.\n",
"homepage": "https://github.com/apploft/APLStoryboardContainerViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tino Rachui": "tino.rachui@apploft.de",
"Mathias Koehnke": "mathias.koehnke@apploft.de"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "git@github.com:apploft/APLStoryboardContainerViewController.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"Classes/Private/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}