blob: dd088d1a775240b94053e64fccf342a1fad9dfe0 [file] [log] [blame]
{
"name": "ViewCoordinator",
"version": "0.1.0",
"summary": "Elegant way to manipulate your UIViews presentation and dismissal from any given Controller.",
"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.",
"homepage": "https://github.com/lamourBt/ViewCoordinator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lamourBt": "lamour2016@hotmail.com"
},
"source": {
"git": "https://github.com/lamourBt/ViewCoordinator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"frameworks": "UIKit",
"source_files": "ViewCoordinator/Classes/**/*",
"pushed_with_swift_version": "4.0"
}