blob: 5a1605ab12ab46813c309bbe897d60bb0535baef [file] [log] [blame]
{
"name": "libDraggableModal",
"version": "0.1",
"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"
},
"social_media_url": "https://twitter.com/ali59a",
"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"
}