blob: f2d98e1d6b4f070e57d4aadb8a91022735bff241 [file] [log] [blame]
{
"name": "DraggableDynamicModal",
"version": "0.4.0",
"summary": "This library allows to facilitate the display of a view controller as modal with great animation and user interaction.\n You can easily change the child in this modal as well as the size.",
"description": "To create a modal manager you should create a `ModalViewControllerManager` :\n```\nvar modalManager: ModalViewControllerManager!\nself.modalManager = ModalViewControllerManager(parentViewController: {The parent who oresenting the modal controller}})\n```\n\nThen, you can present the modal using the method : `presentModal`. This method takes only on parameters, the view controller to display.\n\nThe view controller to be displayed should be conform to `DraggableChildModal` and implement the method `shouldChangeContainerHeight`",
"homepage": "https://github.com/ali59a/DraggableDynamicModal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ali59a": "aabbas90@gmail.com"
},
"source": {
"git": "https://github.com/ali59a/DraggableDynamicModal.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/ali59a",
"platforms": {
"ios": "9.0"
},
"source_files": [
"DraggableDynamicModal/Classes/**/*.{Swift}",
"DraggableDynamicModal/Classes/Utils/*.{h,m}"
],
"resource_bundles": {
"DraggableDynamicModal": [
"DraggableDynamicModal/Classes/*.{storyboard}"
]
},
"frameworks": "UIKit"
}