blob: 9caf1919fa2e1f4a0075b34ed910daa14bccc286 [file] [log] [blame]
{
"name": "FRActionSheet",
"version": "0.0.4",
"summary": "UIActionSheet replacement with nib support",
"description": " A UIActionSheet replacement with nib support.\n\t\t\t\t The index provided in the callback is tag of the button.\n",
"homepage": "http://github.com/veritech/FRActionSheet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Dalrymple": "jonathan@float-right.co.uk"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/veritech/FRActionSheet.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}