blob: fcad672c9f0da75fac2d5439d397972750ba2c7b [file] [log] [blame]
{
"name": "HMSegmentedControl",
"version": "1.3.0",
"summary": "A drop-in replacement for UISegmentedControl mimicking the style of the one in Google Currents and various other Google products.",
"homepage": "https://github.com/HeshamMegid/HMSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hesham Abd-Elmegid": "hesham.abdelmegid@gmail.com"
},
"source": {
"git": "https://github.com/HeshamMegid/HMSegmentedControl.git",
"tag": "v1.3.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "HMSegmentedControl/*.{h,m}",
"frameworks": "QuartzCore"
}