blob: fc56c169461cbbb69beee985d8e97e0d3490591a [file] [log] [blame]
{
"name": "NBBottomSheet",
"version": "1.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/nicol3a/NBBottomSheet",
"authors": {
"Nicolas Bichon": "bichon.nicolas@gmail.com"
},
"summary": "An iOS library that presents a bottom sheet using Auto Layout.",
"source": {
"git": "https://github.com/nicol3a/NBBottomSheet.git",
"tag": "1.0.1"
},
"source_files": "NBBottomSheet/NBBottomSheet/Sources/**/*.{h,m,swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_version": "4.2"
}