blob: 140172149865b9b462272a19af1efb4943f63149 [file] [log] [blame]
{
"name": "CWDropDownMenu",
"version": "0.0.1",
"summary": "CWDropDownMenu is a block based UIButton subclass that uses UIActionSheet to present a drop down menu.",
"homepage": "https://github.com/kevinrandrup/CWDropDownMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Randrup": "kevinrandrup@gmail.com"
},
"social_media_url": "https://twitter.com/kevinrandrup",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/kevinrandrup/CWDropDownMenu.git",
"commit": "616e7009d9b284a0cf4d3d2bd258c97ee64b3bdc"
},
"source_files": "Classes/CWDropDownMenu.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}