blob: 825bb5fcd236f83441cf1bbbf169ee65737e518d [file] [log] [blame]
{
"name": "NBBottomSheet",
"version": "1.0.0",
"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.0"
},
"source_files": "NBBottomSheet/NBBottomSheet/Sources/**/*.{h,m,swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_version": "4.2"
}