blob: 3f88c0118c177fba09aca027b4014f849c036460 [file] [log] [blame]
{
"name": "MantleModal",
"version": "1.0.0",
"summary": "A simple modal closable by dragging.",
"description": "A simple modal resource that uses a UIScrollView to allow the user to close the modal by dragging it down. PopUp or Menu.",
"homepage": "https://github.com/canalesb93/MantleModal",
"screenshots": "http://imgur.com/tZr1ns4.gif",
"license": {
"type": "MIT"
},
"authors": {
"Ricardo Canales": "canalesb93@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/canalesb93/MantleModal.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}