[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / f / e / 3 / ControllerFactory / 1.0.0 / ControllerFactory.podspec.json
blob66952a5f1d9a1f28d895569f382fc49f91525c23
2   "name": "ControllerFactory",
3   "version": "1.0.0",
4   "summary": "This framework generates a debug view, which allows the instantiation of any view controller in the app.",
5   "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.",
6   "homepage": "https://github.com/worldline/ControllerFactory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benoit Caron": "benoit.caron@wordline.com"
13   },
14   "source": {
15     "git": "https://github.com/worldline/ControllerFactory.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "ControllerFactory/**/*.{h,swift}",
23   "resources": [
24     "ControllerFactory/**/*.{storyboard,plist}"
25   ],
26   "frameworks": "UIKit"