blob: 719d1f7fc87f0c08d18831b53c115962e8306aef [file] [log] [blame]
{
"name": "LKBottomSheet",
"version": "1.0",
"summary": "Bottom sheet view similar to default one in iOS system",
"description": "Lib which helps bottom sheet view like default one in iOS.",
"homepage": "https://github.com/leshchenko/BottomSheet",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Ruslan Leshchenko": "leshchenkoruua@gmail.com"
},
"source": {
"git": "https://github.com/leshchenko/BottomSheet.git",
"tag": "1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "BottomSheet/BottomSheetView/**",
"frameworks": "UIKit"
}