blob: 8d70df269c777fff0aeca297115ba2a5ddc9c91f [file] [log] [blame]
{
"name": "LCFSegmentedControl",
"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/lixianshen/LCFSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WLee": "810646506@qq.com"
},
"source": {
"git": "https://github.com/lixianshen/LCFSegmentedControl.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LCFSegmentedControl/*.{h,m}",
"frameworks": "QuartzCore"
}