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