blob: c0697c5f8aac0cfd085dd2324717a6e56ffc28f9 [file] [log] [blame]
{
"name": "DMBottomSheetViewController",
"version": "1.0.5",
"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.5"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source_files": "TestBottomSheet/DMBottomSheetViewController.{h,m}",
"requires_arc": true,
"resources": "TestBottomSheet/DMBottomSheetViewController.xcassets",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}