Skip to content

Commit

Permalink
[Add] KNMExternalViewController 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenetisch-applaudierend authored and CocoaPodsBot committed May 25, 2015
1 parent 7e90dc9 commit 2cd463f
Showing 1 changed file with 30 additions and 0 deletions.
@@ -0,0 +1,30 @@
{
"name": "KNMExternalViewController",
"version": "1.0.1",
"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.0.1"
},
"source_files": "Sources/**/*.{h,m}",
"public_header_files": "Sources/**/*.h",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true
}

0 comments on commit 2cd463f

Please sign in to comment.