blob: 6eb8581a52ae0f3d99fff21695491dce50f27005 [file] [log] [blame]
{
"name": "libDraggableModal",
"version": "0.1.1-beta",
"summary": "Welcome to DraggableDynamicModal",
"description": "DraggableDynamicModal DraggableDynamicModal is a library for revealing a view controller from the bottom with custom UI and custom gestures, offering a great animation and user interactions.",
"homepage": "https://git.osiris.withoxylane.com/ecommerce-mobile/libDraggableModal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ali59a": "aabbas90@gmail.com"
},
"source": {
"git": "git@git.osiris.withoxylane.com:ecommerce-mobile/libDraggableModal.git",
"tag": "0.1.1-beta"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"DraggableDynamicModal/Core/*.{Swift}",
"DraggableDynamicModal/ViewControllers/*.{Swift}",
"DraggableDynamicModal/Classes/Utils/*.{h,m}"
],
"resource_bundles": {
"DraggableDynamicModal": [
"DraggableDynamicModal/Classes/*.{storyboard}"
]
},
"frameworks": "UIKit"
}