[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 2 / 9 / c / DraggableDynamicModal / 0.4.0.5 / DraggableDynamicModal.podspec.json
blob9cc649c277b9bb4bf986b77016c84f4d0b7d7c90
2   "name": "DraggableDynamicModal",
3   "version": "0.4.0.5",
4   "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.",
5   "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`",
6   "homepage": "https://github.com/ali59a/DraggableDynamicModal",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ali59a": "aabbas90@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ali59a/DraggableDynamicModal.git",
16     "tag": "0.4.0.5"
17   },
18   "social_media_url": "https://twitter.com/ali59a",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
23     "DraggableDynamicModal/Classes/Core/*.{Swift}",
24     "DraggableDynamicModal/Classes/ViewControllers/*.{Swift}",
25     "DraggableDynamicModal/Classes/Utils/*.{h,m}"
26   ],
27   "resource_bundles": {
28     "DraggableDynamicModal": [
29       "DraggableDynamicModal/Classes/*.{storyboard}"
30     ]
31   },
32   "frameworks": "UIKit",
33   "pushed_with_swift_version": "3.0"