blob: 26963ed4ea7233d98692d6ca67dbcc16430b2b4e [file] [log] [blame]
{
"name": "ASBottomSheet",
"version": "1.0",
"summary": "ASBottomSheet is a UIActionSheet like menu controller.",
"description": "ASBottomSheet is a UIActionSheet like menu controller that can be used to show custom menu from bottom of the presenting view controller. It uses UICollectionView to show menu options provided by the developer. It is greatly inspired by the FCVerticalMenu",
"homepage": "https://github.com/AdilSoomro/ASBottomSheet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AdilSoomro": "adilsoomro.s@gmail.com"
},
"source": {
"git": "https://github.com/AdilSoomro/ASBottomSheet.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ASBottomSheet/Classes/**/*",
"resources": [
"ASBottomSheet/Resources/*.storyboard"
],
"pushed_with_swift_version": "3.0"
}