blob: 8b185d30f1fe4b55a59352ff0e69746a5e342e59 [file] [log] [blame]
{
"name": "HP_HMSegmentedControl",
"version": "1.0.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/huapukeji/HMSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hesham Abd-Elmegid": "hesham.abdelmegid@gmail.com"
},
"source": {
"git": "https://github.com/huapukeji/HMSegmentedControl.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "HMSegmentedControl/*.{h,m}",
"frameworks": "QuartzCore"
}