blob: 33b2bb44e268dd1dc1a967136cbd989d3dc423f4 [file] [log] [blame]
{
"name": "DMBottomSheetViewController",
"version": "1.0.11",
"authors": {
"Daniele Maiorana": "tarokker@gmail.com"
},
"homepage": "https://github.com/tarokker/DMBottomSheetViewController",
"summary": "DMBottomSheetViewController.",
"source": {
"git": "https://github.com/tarokker/DMBottomSheetViewController.git",
"tag": "1.0.11"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source_files": "TestBottomSheet/DMBottomSheetViewController.{h,m}",
"requires_arc": true,
"resources": [
"TestBottomSheet/*.png"
],
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}