blob: 00bdf3f09753eeac091b8d6ad05e18eff9c2aad1 [file] [log] [blame]
{
"name": "StoryboardInstantiable",
"version": "1.0.0",
"summary": "A nicer way to instantiate controller from storyboard in Swift.",
"homepage": "https://github.com/Peterek/storyboard-instantiable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Piotr Więcaszek": "pwiecaszek@example.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Peterek/storyboard-instantiable.git",
"tag": "1.0.0",
"submodules": true
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}