blob: 40f2f1f3a34f94f25d7fa24fdc55a6bbc90d39a3 [file] [log] [blame]
{
"name": "MCBottomSheet",
"version": "0.1.2",
"summary": "A reusable component that lets you present view controllers as bottom sheets, like in Apple Maps.",
"description": "A reusable component that lets you present view controllers as draggables bottom sheets, like in the Apple Maps app. Completely written in Swift.",
"homepage": "https://github.com/marcocapano/MCBottomSheet",
"license": "MIT",
"authors": {
"": "marco24capano@icloud.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/marcocapano/MCBottomSheet.git",
"tag": "0.1.2"
},
"source_files": [
"MCBottomSheet",
"MCBottomSheet/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.1"
}