[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 9 / c / DraggableDynamicModal / 0.3.6.4 / DraggableDynamicModal.podspec.json
blobbf5ed269bd38fc6d5c748de35cfe89412f82d2dd
2   "name": "DraggableDynamicModal",
3   "version": "0.3.6.4",
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 `ModalParentViewControllerProtocol` 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.3.6.4"
17   },
18   "social_media_url": "https://twitter.com/ali59a",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
23     "DraggableDynamicModal/Classes/**/*.{Swift}",
24     "DraggableDynamicModal/Classes/Utils/*.{h,m}"
25   ],
26   "resource_bundles": {
27     "DraggableDynamicModal": [
28       "DraggableDynamicModal/Classes/*.{storyboard}"
29     ]
30   },
31   "frameworks": "UIKit",
32   "pushed_with_swift_version": "3.0"