blob: e7f9ea41ce93c2006c31e3e9c42f1ca57fa595af [file] [log] [blame]
{
"name": "KNMExternalViewController",
"version": "1.1.0",
"summary": "A view controller that loads its contents from another storyboard.",
"description": "Use this view controller when you would like to split your project into multiple storyboards.\nPut the view controller into your main storyboard and specify the name of the storyboard and\nscene you would like to jump to when loading the view controller. KNMExternalViewController\nthen automatically loads the contents when shown on the screen.\n",
"homepage": "https://github.com/konoma/ios-external-view-controller",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/konoma/ios-external-view-controller.git",
"tag": "1.1.0"
},
"source_files": "Sources/**/*.{h,m}",
"public_header_files": "Sources/**/*.h",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}