[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 2 / 9 / c / DraggableDynamicModal / 0.3.0 / DraggableDynamicModal.podspec.json
blobefff55bb2b71e4acfc1a963242c8f88904ae88aa
2   "name": "DraggableDynamicModal",
3   "version": "0.3.0",
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.0"
17   },
18   "social_media_url": "https://twitter.com/ali59a",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "DraggableDynamicModal/Classes/**/*.{Swift}",
23   "resource_bundles": {
24     "DraggableDynamicModal": [
25       "DraggableDynamicModal/Classes/*.{storyboard}"
26     ]
27   },
28   "frameworks": "UIKit",
29   "dependencies": {
30     "ZFDragableModalTransition": [
32     ]
33   },
34   "pushed_with_swift_version": "3.0"