blob: c703a2db8efc13c8860ce37f67d87371dc5328b0 [file] [log] [blame]
{
"name": "MTGratuityPicker",
"version": "0.0.1",
"summary": "PickerView and Delegate with accessories to handle gratuity in dollar amount and percentages for a given subtotal.",
"homepage": "https://github.com/mteece/MTGratuityPicker",
"screenshots": "https://raw.github.com/mteece/MTGratuityPicker/master/MTGratuityPicker/MTGratuityPicker/Images/mtgratuitypicker-0.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthew Teece": "mteece@gmail.com"
},
"source": {
"git": "https://github.com/mteece/MTGratuityPicker.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.1"
},
"source_files": [
"MTGratuityPicker/MTGratuityPicker/Classes/*.{h,m}",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}