blob: c5bb47cfa891c76e2115415d21167ee3a0fc5d9f [file] [log] [blame]
{
"name": "APLStoryboardContainerViewController",
"version": "0.0.3",
"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.\nThis 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.",
"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": "8.0"
},
"source": {
"git": "https://github.com/apploft/APLStoryboardContainerViewController.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"Classes/Private/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}