blob: 39081e81b6507370148846938ea5eed5e5076fe1 [file] [log] [blame]
{
"name": "MPProgressIndicatorCell",
"version": "0.1",
"summary": "A custom UIPickerView with a simple list of options, along with a toolbar for Done/Cancel and a faded backdrop view.",
"homepage": "https://github.com/mpatelCAS/MPProgressViewCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mayank Patel": "mpatel@customapps.in"
},
"source": {
"git": "https://github.com/mpatelCAS/MPProgressViewCell.git",
"tag": "0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MPProgressViewCell/*",
"requires_arc": true,
"dependencies": {
"DACircularProgress": [
"~> 2.3"
],
"SDWebImage": [
"~> 3.7",
"!= 3.7.2"
]
}
}