blob: 6f45819ff722427f91495fe89bcab9ab6f39e826 [file] [log] [blame]
{
"name": "DMBottomSheetViewController",
"version": "1.0.10",
"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.10"
},
"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"
]
}
}