blob: a5c9835c0b0e176f89f916ca83603c642de8200a [file] [log] [blame]
{
"name": "DMBottomSheetViewController",
"version": "1.0.4",
"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.4"
},
"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"
]
}
}