2 "name": "ViewCoordinator",
4 "summary": "Elegant way to manipulate your UIViews presentation and dismissal from any given Controller.",
5 "description": "Instead of hiding views that you'd need to present at a certain time, you would just need to drop all your views into a container, then use the ViewCoordinator mechanism to bring them back into screen.",
6 "homepage": "https://github.com/lamourBt/ViewCoordinator",
12 "lamourBt": "lamour2016@hotmail.com"
15 "git": "https://github.com/lamourBt/ViewCoordinator.git",
21 "pod_target_xcconfig": {
22 "SWIFT_VERSION": "4.0"
24 "frameworks": "UIKit",
25 "source_files": "ViewCoordinator/Classes/**/*",
26 "pushed_with_swift_version": "4.0"