blob: 66952a5f1d9a1f28d895569f382fc49f91525c23 [file] [log] [blame]
{
"name": "ControllerFactory",
"version": "1.0.0",
"summary": "This framework generates a debug view, which allows the instantiation of any view controller in the app.",
"description": "This frameworks provides you with a debug view to pick any view controller within your app or any other bundle.\nYou can then instantiate this controller, with or without use cases.",
"homepage": "https://github.com/worldline/ControllerFactory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benoit Caron": "benoit.caron@wordline.com"
},
"source": {
"git": "https://github.com/worldline/ControllerFactory.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "ControllerFactory/**/*.{h,swift}",
"resources": [
"ControllerFactory/**/*.{storyboard,plist}"
],
"frameworks": "UIKit"
}