blob: 70fcead701cf940462c22eee85d981fdb837e69b [file] [log] [blame]
{
"name": "Bottomsheet",
"version": "1.0.0",
"summary": "Component which presents a dismissible view from the bottom of the screen.",
"homepage": "https://github.com/hryk224/Bottomsheet",
"screenshots": "https://github.com/hryk224/Bottomsheet/wiki/images/sample3.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hyyk224": "hryk224@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hryk224/Bottomsheet.git",
"tag": "1.0.0"
},
"source_files": "Bottomsheet/*.{h,swift}",
"frameworks": "UIKit",
"requires_arc": true
}